Fix referencees to inexistent new images (tsk, tsk)
This commit is contained in:
parent
8bcc9ab79d
commit
05b954b6a9
1 changed files with 14 additions and 15 deletions
|
@ -102,42 +102,41 @@
|
|||
[filter_attack]
|
||||
name=dagger
|
||||
[/filter_attack]
|
||||
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