Skip to content

Commit

Permalink
SotA S15: Move bird bones to where the bird is more likely to survive
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon committed Jan 17, 2019
1 parent fd72c29 commit 3feec27
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -87,7 +87,7 @@ We have reached a pass through the mountains that Ras-Tabahn knew of. The air is
[/variable]
[then]
[item]
x,y=16,21
x,y=25,9
image=items/bird-bones.png
[/item]
[/then]
Expand Down Expand Up @@ -124,7 +124,7 @@ We have reached a pass through the mountains that Ras-Tabahn knew of. The air is
id=bird_bones

[filter]
x,y=16,21
x,y=25,9
side=1
[/filter]
[if]
Expand Down Expand Up @@ -186,7 +186,7 @@ We have reached a pass through the mountains that Ras-Tabahn knew of. The air is
[if]
[have_unit]
id=Ardonna
x,y=16,21
x,y=25,9
[/have_unit]
[then]
# Since Ardonna is standing on the bones, face her toward the most likely hex for the bird to appear
Expand All @@ -197,7 +197,7 @@ We have reached a pass through the mountains that Ras-Tabahn knew of. The air is
[/filter]
flag=recruit2
[facing]
x,y=15,21
x,y=24,8
[/facing]
[/animate_unit]
[/then]
Expand All @@ -209,19 +209,19 @@ We have reached a pass through the mountains that Ras-Tabahn knew of. The air is
[/filter]
flag=recruit2
[facing]
x,y=16,21
x,y=25,9
[/facing]
[/animate_unit]
[/else]
[/if]
[remove_item]
# Remove the bones:
x,y=16,21
x,y=25,9
[/remove_item]
[unit]
# Show the bird fading in. The engine will automatically find an empty
# location for it.
x,y=16,21
x,y=25,9
id=bird
type=Bone Bird
side=1
Expand Down

0 comments on commit 3feec27

Please sign in to comment.