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 committed Mar 19, 2018
1 parent 08a4981 commit df05835
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

2 comments on commit df05835

@GregoryLundberg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit to master?

@CelticMinstrel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't there something to replace this with?

Please sign in to comment.