Fixed the sword of fire animation.

This commit is contained in:
Lari Nieminen 2006-10-13 15:37:05 +00:00
parent 6260ec1e8f
commit b3524e7f40

View file

@ -65,10 +65,32 @@
special=magical
damage=15
number=4
[sound]
time=-200
sound=fire.wav
[/sound]
[animation]
[frame]
begin=-200
end=-100
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
sound=fire.wav
[/frame]
[/else]
[frame]
begin=100
end=200
[/frame]
[/animation]
[/effect]
[/object]
[/command]