forked from Cavemanon/SnootGame
Adjustments to next_ending_chapter function
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user