Fixed a small bug with moving the lightning bolt missile animation to core
This commit is contained in:
parent
a13684285a
commit
ef718e55f3
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@
|
|||
name=lightning
|
||||
[/attack_filter]
|
||||
|
||||
{LIGHTNING_BOLT}
|
||||
{LIGHTNING_BOLT {DIRECTION_NUMBER} }
|
||||
|
||||
[if]
|
||||
hits=yes
|
||||
|
|
|
@ -1185,7 +1185,7 @@
|
|||
[/missile_frame]
|
||||
#enddef
|
||||
|
||||
#define LIGHTNING_BOLT
|
||||
#define LIGHTNING_BOLT DIRECTION_NUMBER
|
||||
[if]
|
||||
direction=sw,s,se
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue