mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +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
|
# Increases the index and jumps to the label
|
||||||
ending_chapter_index += 1
|
ending_chapter_index += 1
|
||||||
renpy.jump(item)
|
renpy.jump(item)
|
||||||
else:
|
else: # We've reached the end of the final chapters
|
||||||
|
ending_image()
|
||||||
|
renpy.call("lending")
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue