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