TSG S6b: create Urza Afalas if player got here with debug
This commit is contained in:
parent
589add2f57
commit
11cab73810
1 changed files with 25 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue