Fixed Haldric probably not losing his ruby of fire attack...
...when he's supposed to.
This commit is contained in:
parent
23cdfcdc84
commit
d71abda222
1 changed files with 13 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue