Skip to content

Commit

Permalink
TSG S6b: create Urza Afalas if player got here with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Apr 27, 2019
1 parent 5781bf8 commit 6d7b618
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
Expand Up @@ -457,6 +457,31 @@ _f, _f, Re, _f
[/object]
[/modifications]
)}

# if the player used debug to get here, create afalas for them
[if]
[not]
[have_unit]
id=Urza Afalas
[/have_unit]
[/not]
[then]
[unit]
side=1
type=Outlaw
id=Urza Afalas
name= _ "Urza Afalas"
unrenamable=yes
profile=portraits/urza-afalas.png
{IS_HERO}
x,y=recall,recall
random_traits=no
[modifications]
{TRAIT_LOYAL}
[/modifications]
[/unit]
[/then]
[/if]
[/event]

[event]
Expand Down

0 comments on commit 6d7b618

Please sign in to comment.