mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 15:57:38 +00:00
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
@ -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…
x
Reference in New Issue
Block a user