Fixed some slightly overdone find-and-replace done in the previous commit.
This commit is contained in:
parent
11fb3a5dbf
commit
c15161e8a9
1 changed files with 4 additions and 4 deletions
|
@ -301,7 +301,7 @@
|
|||
[frame]
|
||||
duration=150
|
||||
image="units/undead/soulless-bat-se-4.png"
|
||||
sound={SOUND_LIST:soulless_WEAK_HIT}
|
||||
sound={SOUND_LIST:ZOMBIE_WEAK_HIT}
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
|
@ -336,7 +336,7 @@
|
|||
[frame]
|
||||
duration=150
|
||||
image="units/undead/soulless-bat-ne-4.png"
|
||||
sound={SOUND_LIST:soulless_WEAK_HIT}
|
||||
sound={SOUND_LIST:ZOMBIE_WEAK_HIT}
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
|
@ -455,7 +455,7 @@
|
|||
[frame]
|
||||
duration=70
|
||||
image="units/undead/soulless-bat-se-4.png"
|
||||
sound=soulless-attack.wav
|
||||
sound=zombie-attack.wav
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=50
|
||||
|
@ -502,7 +502,7 @@
|
|||
[frame]
|
||||
duration=70
|
||||
image="units/undead/soulless-bat-ne-4.png"
|
||||
sound=soulless-attack.wav
|
||||
sound=zombie-attack.wav
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=50
|
||||
|
|
Loading…
Add table
Reference in a new issue