TSG S1: create Sir Gerrick if player skips scenario with debug

This commit is contained in:
nemaara 2019-04-27 11:18:24 -04:00
parent fda67b0436
commit 589add2f57

View file

@ -780,4 +780,33 @@
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/event]
# this is present so that if you skip the scenario with debug, you will still have Sir Gerrick
[event]
name=victory
[if]
[not]
[have_unit]
id=Sir Gerrick
[/have_unit]
[/not]
[then]
[unit]
side=1
type=Infantry Lieutenant
id=Sir Gerrick
name= _ "Sir Gerrick"
unrenamable=yes
profile=portraits/sir-gerrick.png
{IS_HERO}
x,y=10,9
[modifications]
{TRAIT_LOYAL}
{TRAIT_RESILIENT}
[/modifications]
[/unit]
[/then]
[/if]
[/event]
[/scenario]