summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/story.rpy16
1 files changed, 16 insertions, 0 deletions
diff --git a/game/story.rpy b/game/story.rpy
index 7c67a0a..bea31a2 100644
--- a/game/story.rpy
+++ b/game/story.rpy
@@ -237,6 +237,22 @@ label SQ00006_pre:
e_mn "Now - {i}en garde!{/i}"
return
+
+####################################################
+label SQ00007_post:
+ $ show_img("summon_1", False)
+ scene bg castle2
+ show summon_1 at truecenter
+ with Dissolve(1.5)
+ "???" "We saw your thirst. We saw your fight. We... Approve of you."
+ "???" "We are the lurking danger, the shadows which prey on our foes. And we shall be your blade, if you desire."
+ "???" "{color=#0f0}Summon us{/color} at combat by {color=#0f0}tapping our arrow{/color} on the summoning screen."
+ you "I believe the summon configuration screen was some sort of cog on the battle? I should try this later."
+ $ Player["max_sum"] = max(Player["max_sum"], 1) # FIXME
+ scene black with dissolve
+ return
+
+
####################################################
label SQ00010_post:
## TODO FIXME old scripts