Fixed Haldric probably not losing his ruby of fire attack...

...when he's supposed to.
This commit is contained in:
Lari Nieminen 2008-10-17 15:50:05 +00:00
parent 23cdfcdc84
commit d71abda222

View file

@ -183,6 +183,19 @@
[/if]
{NEXT i}
{FOREACH stored_Haldric.attack i}
[if]
[variable]
name=stored_Haldric.attack[$i].name
equals=ruby of fire
[/variable]
[then]
{CLEAR_VARIABLE stored_Haldric.attack[$i]}
[/then]
[/if]
{NEXT i}
[unstore_unit]
variable=stored_Haldric
[/unstore_unit]