Skip to content

Commit

Permalink
TSG S3: support debug mode :n and :cl
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sevu committed Aug 27, 2018
1 parent 3f0677e commit fce4088
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions data/campaigns/The_South_Guard/scenarios/03_A_Desparate_Errand.cfg
Expand Up @@ -157,6 +157,23 @@
user_team_name=_"Elves"
controller=null
hidden=yes

# She is already in the game if she is on the recall list, which allows
# the victory event to work, if it is triggered using debug mode commands.
[unit]
type=Elvish Shyde
id=Ethiliel
name= _ "Ethiliel"
unrenamable=yes
profile=portraits/ethiliel.png
{IS_HERO}
x,y=recall,recall
random_traits=no
[modifications]
# Loyal trait is given later
{TRAIT_QUICK}
[/modifications]
[/unit]
[/side]

[event]
Expand Down Expand Up @@ -333,14 +350,13 @@
message= _ "I hope that’s the last of the bandits! How many more of these foul creatures must we fight?"
[/message]

# Deoran arrives at the elvish citadel

[message]
speaker=Deoran
message= _ "If we are to check the advance of the dead, I must reach the home of the elves!"
[/message]
[/event]

# Deoran arrives at the elvish citadel
[event]
name=moveto
[filter]
Expand Down Expand Up @@ -368,22 +384,11 @@
[/status]
[/modify_unit]

[unit]
type=Elvish Shyde
[recall]
id=Ethiliel
name= _ "Ethiliel"
unrenamable=yes
profile=portraits/ethiliel.png
{IS_HERO}
side=3
x,y=18,6
facing=sw
random_traits=no
[modifications]
# Loyal trait is given later
{TRAIT_QUICK}
[/modifications]
[/unit]
show=no
[/recall]

[message]
speaker=Linderion
Expand Down

0 comments on commit fce4088

Please sign in to comment.