Fix animation repeating when spell is cast
The server will animate the item for "food+1" ticks, so the first frame was repeatingmaster
parent
dd1aea9095
commit
ef8a384206
|
@ -3,7 +3,7 @@ name blessing
|
|||
face bless_effect.111
|
||||
animation bless_effect
|
||||
speed 0.5
|
||||
food 6
|
||||
food 5
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
@ -3,7 +3,7 @@ name curse
|
|||
face curse_effect.111
|
||||
animation curse_effect
|
||||
speed 0.5
|
||||
food 6
|
||||
food 5
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
Loading…
Reference in New Issue