Fixed FULL_HEAL macro,
...which was not doing anything due to a missing [unstore_unit]
This commit is contained in:
parent
f1eae0eec7
commit
a7b3efcefc
1 changed files with 5 additions and 2 deletions
|
@ -306,8 +306,6 @@
|
|||
[filter]
|
||||
{FILTER}
|
||||
[/filter]
|
||||
|
||||
kill=no
|
||||
variable=FULL_HEAL_temp
|
||||
[/store_unit]
|
||||
|
||||
|
@ -318,6 +316,11 @@
|
|||
[/set_variable]
|
||||
{NEXT FULL_HEAL_i}
|
||||
|
||||
[unstore_unit]
|
||||
find_vacant=no
|
||||
variable=FULL_HEAL_temp
|
||||
[/unstore_unit]
|
||||
|
||||
{CLEAR_VARIABLE FULL_HEAL_temp}
|
||||
{CLEAR_VARIABLE FULL_HEAL_i}
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue