mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 00:03:31 +00:00
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
@ -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…
x
Reference in New Issue
Block a user