Move story var resetting so that it runs everytime the user enters the ending selection menu.

Fix list copying to work as intended
This commit is contained in:
2024-10-03 10:09:29 -05:00
parent e82064ef6b
commit 3b53dc1f6f
2 changed files with 15 additions and 12 deletions

View File

@ -12,7 +12,7 @@ define ending_routes = {
}
# The working list the game references to determine the chapters to use. Ending chapters are added to this list when determined.
default chapter_list = base_chapter_list
default chapter_list = base_chapter_list.copy()
# Default vars reset when a new game starts, so no biggie.