mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Adjustments to next_ending_chapter function
This commit is contained in:
parent
c50eb0ce32
commit
dbf1aa34ef
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue