Compare commits
4
Commits
b1cc24fb2e
...
4d3801dd3d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d3801dd3d | ||
|
|
aee5d8b610 | ||
|
|
4ce0d1df31 | ||
|
|
7865a0164c |
@@ -109,9 +109,8 @@ init python:
|
||||
|
||||
try:
|
||||
chapter_list_index = chapter_list.index(chapter)
|
||||
except ValueError:
|
||||
chapter_list_index = -1
|
||||
chapter = ""
|
||||
except ValueError: # This crashes the game otherwise since it wouldn't find the correct chapter
|
||||
MainMenu(confirm=False) () # Exits to the main menu
|
||||
|
||||
|
||||
label reset_chapter_list:
|
||||
|
||||
@@ -315,4 +315,4 @@ label lending:
|
||||
scene black with Dissolve(2)
|
||||
pause 1
|
||||
|
||||
$ MainMenu(confirm=False)() # Exits to the main menu
|
||||
$ MainMenu(confirm=False) () # Exits to the main menu
|
||||
|
||||
Reference in New Issue
Block a user