Skip to content

Commit

Permalink
THoT S5: Unhide the villagers side once they appear.
Browse files Browse the repository at this point in the history
  • Loading branch information
jostephd committed Oct 20, 2018
1 parent 051cec2 commit b69be31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/campaigns/The_Hammer_of_Thursagan/scenarios/05_Invaders.cfg
Expand Up @@ -152,6 +152,7 @@
# The bandit indigenes
[side]
side=5
user_team_name= _ "Villagers"
no_leader=yes
hidden=yes
{FLAG_VARIANT6 ragged}
Expand Down Expand Up @@ -323,6 +324,16 @@
x,y=$x1,$y1
[/primary_unit]
[/fire_event]
# Show the bandits in the status table so the player can tell which enemies play first.
[if]
{VARIABLE_CONDITIONAL indigs greater_than 0}
[then]
[modify_side]
side=5
hidden=no
[/modify_side]
[/then]
[/if]
[/then]
[/spawn_units]

Expand Down

0 comments on commit b69be31

Please sign in to comment.