Fix [harm_unit]alignment not accepting variables
This commit is contained in:
parent
59b6049f9f
commit
05d35442b6
2 changed files with 2 additions and 1 deletions
|
@ -454,7 +454,7 @@
|
|||
)}
|
||||
{FILTER_TAG "filter_second" unit {INSERT_TAG}}
|
||||
{REQUIRED_KEY amount s_int}
|
||||
{SIMPLE_KEY alignment alignment}
|
||||
{SIMPLE_KEY alignment s_alignment}
|
||||
{SIMPLE_KEY damage_type string}
|
||||
{DEFAULT_KEY kill s_bool yes}
|
||||
{DEFAULT_KEY fire_event s_bool no}
|
||||
|
|
|
@ -382,6 +382,7 @@
|
|||
{SUBST_TYPE int_percent}
|
||||
{SUBST_TYPE anim_hits}
|
||||
{SUBST_TYPE f_int}
|
||||
{SUBST_TYPE alignment}
|
||||
[type]
|
||||
name="global"
|
||||
value="global"
|
||||
|
|
Loading…
Add table
Reference in a new issue