From dbf1aa34ef6092ddb90120c33f53f82adae290ab Mon Sep 17 00:00:00 2001 From: Iggy Date: Thu, 8 Aug 2024 20:01:30 -0300 Subject: [PATCH] Adjustments to next_ending_chapter function --- game/storyline.rpy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game/storyline.rpy b/game/storyline.rpy index b1cc307..4014bbd 100644 --- a/game/storyline.rpy +++ b/game/storyline.rpy @@ -70,7 +70,9 @@ init python: # Increases the index and jumps to the label ending_chapter_index += 1 renpy.jump(item) - else: + else: # We've reached the end of the final chapters + ending_image() + renpy.call("lending") return else: return