Adjustments to next_ending_chapter function

This commit is contained in:
Iggy 2024-08-08 20:01:30 -03:00
parent c50eb0ce32
commit dbf1aa34ef

View file

@ -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