From 61a1998c87cf48aa8c10b1f3b1c6eb06a4cca140 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Aug 2021 19:14:04 -0300 Subject: Add history for the first summon which joins you --- game/story.rpy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- cgit v1.2.3-70-g09d2