Skip to content

Commit

Permalink
SotA: Auto-recall Corpse Shynal if player has her
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon authored and Vultraz committed Mar 16, 2017
1 parent 7552dc9 commit 9961d6d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
Expand Up @@ -174,17 +174,25 @@
{PLACE_DARK_ADEPT 4 10 RESILIENT INTELLIGENT male}
{PLACE_DARK_ADEPT 4 11 STRONG QUICK female}

# Only one Shynal will be recalled.
[recall]
id=Shynal
x,y=3,10
[/recall]
[recall]
id=Corpse Shynal
x,y=3,10
[/recall]
[recall]
id=Carcyn
x,y=3,10
[/recall]
[modify_unit]
[filter]
id=Shynal
[or]
id=Corpse Shynal
[/or]
[/filter]
facing=sw
moves=0
Expand Down
Expand Up @@ -76,10 +76,15 @@
[/gold_carryover]
[/objectives]

# Only one Shynal will be recalled.
[recall]
id=Shynal
x,y=8,14
[/recall]
[recall]
id=Corpse Shynal
x,y=8,14
[/recall]
[recall]
id=Carcyn
x,y=8,15
Expand Down
Expand Up @@ -47,10 +47,15 @@ I never would have been able to escape the trees without ghosts. They had proven
name=rastabahn_gold,rastabahn_recall_list
[/clear_variable]

# Only one Shynal will be recalled.
[recall]
id=Shynal
x,y=13,2
[/recall]
[recall]
id=Corpse Shynal
x,y=13,2
[/recall]
[recall]
id=Carcyn
x,y=14,3
Expand Down
Expand Up @@ -361,10 +361,15 @@ Now the process is complete for both of us. I posted a guard so nothing could ha
id=Carcyn
x,y=44,11
[/recall]
# Only one Shynal will be recalled.
[recall]
id=Shynal
x,y=44,11
[/recall]
[recall]
id=Corpse Shynal
x,y=44,11
[/recall]
[recall]
id=Bone Captain
x,y=39,9
Expand Down
5 changes: 5 additions & 0 deletions data/campaigns/Secrets_of_the_Ancients/utils/sota-utils.cfg
Expand Up @@ -67,10 +67,15 @@
id=Carcyn
show=no
[/recall]
# Only one Shynal will be recalled.
[recall]
id=Shynal
show=no
[/recall]
[recall]
id=Corpse Shynal
show=no
[/recall]
[recall]
id=Vendraxis
show=no
Expand Down

0 comments on commit 9961d6d

Please sign in to comment.