SotBE S2: ensure that there is a helper unit at Turn 7
... even if all player units have been killed by then (except for maybe Vrag).
This commit is contained in:
parent
d1a8592545
commit
74735f51cf
1 changed files with 11 additions and 0 deletions
|
@ -146,6 +146,17 @@
|
|||
x=1-99
|
||||
[/role]
|
||||
|
||||
[if]
|
||||
[not]
|
||||
[have_unit]
|
||||
role=Helper
|
||||
[/have_unit]
|
||||
[/not]
|
||||
[then]
|
||||
{UNIT 1 (Orcish Grunt) 16 3 (role=Helper)}
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
id=Vrag
|
||||
|
|
Loading…
Add table
Reference in a new issue