Skip to content

Commit

Permalink
remove a [on_redo]
Browse files Browse the repository at this point in the history
since it was removed in 10561d3 this will cause errors. Please make sure it is not used in mainline before you remove something.
  • Loading branch information
gfgtdf authored and Vultraz committed Mar 24, 2018
1 parent 7621af9 commit 83007d4
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions data/campaigns/Under_the_Burning_Suns/utils/abilities.cfg
Expand Up @@ -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]
Expand Down

0 comments on commit 83007d4

Please sign in to comment.