Skip to content

Commit

Permalink
TSG S6b: minor QOL tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara authored and Pentarctagon committed Dec 15, 2018
1 parent 53452b7 commit 27953ca
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
Expand Up @@ -128,15 +128,15 @@
{VARIABLE secret_path.y 35}


# the first undead will spawn on this turn+1 (i.e. turn {5 4 3})
# the first undead will spawn on this turn+1 (i.e. turn {6 5 4})
#ifdef EASY
{VARIABLE first_undead_spawn_turn 4}
{VARIABLE first_undead_spawn_turn 5}
#endif
#ifdef NORMAL
{VARIABLE first_undead_spawn_turn 3}
{VARIABLE first_undead_spawn_turn 4}
#endif
#ifdef HARD
{VARIABLE first_undead_spawn_turn 2}
{VARIABLE first_undead_spawn_turn 3}
#endif

[while]
Expand Down Expand Up @@ -706,10 +706,17 @@ _f, _f, Re, _f
variable=secret_path_unrevealed
[/store_locations]

[scroll_to_unit]
id=Urza Afalas
[/scroll_to_unit]

[if]
[variable]
name=secret_path_unrevealed.length
greater_than=0
[/variable]
[then]
[scroll_to_unit]
id=Urza Afalas
[/scroll_to_unit]
[/then]
[/if]
[foreach]
array=secret_path_to_reveal
[do]
Expand Down

0 comments on commit 27953ca

Please sign in to comment.