Fix references to inexistent new images
This commit is contained in:
parent
8deaa0eaef
commit
af6c7e7622
1 changed files with 14 additions and 15 deletions
|
@ -102,42 +102,41 @@
|
|||
[attack_filter]
|
||||
name=dagger
|
||||
[/attack_filter]
|
||||
start_time=-275
|
||||
|
||||
[frame]
|
||||
duration=50
|
||||
start_time=-275
|
||||
[frame]
|
||||
duration=50
|
||||
image="units/undead-skeletal/bone-shooter-melee-defend-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack1.png"
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack-1.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack2.png"
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack-2.png"
|
||||
sound=dagger-swish.wav
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack2.png"
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack-2.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack3.png"
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack4.png"
|
||||
duration=100
|
||||
image="units/undead-skeletal/bone-shooter-melee-attack-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=50
|
||||
duration=50
|
||||
image="units/undead-skeletal/bone-shooter-melee-defend-1.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
|
|
Loading…
Add table
Reference in a new issue