Skip to content

Commit

Permalink
TSG Into the Depths: remove old code
Browse files Browse the repository at this point in the history
Compatibility to old saves is already broken by renumbering the scenario IDs,
so this has no use anymore.

[ci skip]
  • Loading branch information
sevu committed Oct 12, 2019
1 parent 0682ffa commit e99cd5a
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions data/campaigns/The_South_Guard/scenarios/06a_Into_the_Depths.cfg
Expand Up @@ -336,36 +336,6 @@
id=Minister Hylas
[/recall]

[if]
[variable]
name=stored_Sir_Gerrick.id
equals="Sir Gerrick"
[/variable]
[then]
{VARIABLE stored_Sir_Gerrick.x "recall"}
{VARIABLE stored_Sir_Gerrick.y "recall"}

[unstore_unit]
variable=stored_Sir_Gerrick
[/unstore_unit]

[foreach]
array=stored_Sir_Gerrick_army
[do]
{VARIABLE this_item.x "recall"}
{VARIABLE this_item.y "recall"}

[unstore_unit]
variable=this_item
[/unstore_unit]
[/do]
[/foreach]

{CLEAR_VARIABLE stored_Sir_Gerrick_army}
{CLEAR_VARIABLE stored_Sir_Gerrick}
[/then]
[/if]

[recall]
id=Sir Gerrick
[/recall]
Expand Down

0 comments on commit e99cd5a

Please sign in to comment.