THoT S5: Unhide the villagers side once they appear.

This commit is contained in:
josteph 2018-10-04 18:49:33 +00:00
parent 051cec2de4
commit b69be3182b

View file

@ -152,6 +152,7 @@
# The bandit indigenes
[side]
side=5
user_team_name= _ "Villagers"
no_leader=yes
hidden=yes
{FLAG_VARIANT6 ragged}
@ -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]