remove a [on_redo]

since it was removed in 10561d3e53 this will cause errors. Please make sure it is not used in mainline before you remove something.
This commit is contained in:
gfgtdf 2018-03-19 17:50:07 +01:00 committed by Charles Dang
parent 7621af926b
commit 83007d4825

View file

@ -850,45 +850,6 @@ _"This unit is capable of distracting opponents, allowing allied units to trespa
{CLEAR_VARIABLE update_support_units}
[/on_undo]
[on_redo]
[store_unit]
[filter]
[filter_wml]
upkeep=full
[/filter_wml]
[filter_location]
[filter_adjacent_location]
x,y=$x1,$y1
[/filter_adjacent_location]
[/filter_location]
[or]
[filter_wml]
[variables]
upkeep_supported=yes
[/variables]
[/filter_wml]
[filter_location]
[filter_adjacent_location]
x,y=$x2,$y2
[/filter_adjacent_location]
[/filter_location]
[/or]
[/filter]
kill=no
variable=update_support_units
[/store_unit]
[fire_event]
name=set_support_upkeep
[/fire_event]
{CLEAR_VARIABLE update_support_units}
[/on_redo]
[allow_undo]
[/allow_undo]
[/event]