TSG S05 Fix bug: Subsumed units can move
When Urza Afalas and his band join Deoran they should be able to move. But, since they're changing sides their movement won't have been reset, yet, so we have to do it by hand.
This commit is contained in:
parent
24e60e91e2
commit
d6d01004a7
1 changed files with 8 additions and 1 deletions
|
@ -577,6 +577,7 @@
|
|||
id=Urza Afalas
|
||||
[/filter]
|
||||
side=1
|
||||
moves=$this_unit.max_moves
|
||||
profile=portraits/urza-afalas.png
|
||||
canrecruit=no
|
||||
{IS_HERO}
|
||||
|
@ -585,7 +586,13 @@
|
|||
[/modifications]
|
||||
[/modify_unit]
|
||||
|
||||
{MODIFY_UNIT side=2 side 1}
|
||||
[modify_unit]
|
||||
[filter]
|
||||
side=2
|
||||
[/filter]
|
||||
side=1
|
||||
moves=$this_unit.max_moves
|
||||
[/modify_unit]
|
||||
|
||||
[redraw]
|
||||
side=1
|
||||
|
|
Loading…
Add table
Reference in a new issue