Add setup_ending. Endings are now determined and setup the moment branching is required.

This commit is contained in:
2024-10-02 07:27:34 -05:00
parent 3059d469f2
commit c3e365d01c
3 changed files with 26 additions and 21 deletions

View File

@ -24,4 +24,5 @@ default chapter_list_index = 0 # Index number for the current position of the ch
default current_chapter = chapter_list[chapter_list_index] # Store the name of the label as a string
# What ending we're on
default ending_route_number = None # A value of None signals to get_ending() to determine the value based off anon/fang scores when it is called
default ending_route_number = None # A value of None signals to get_ending() to determine the value based off anon/fang scores when it is called
default ending_chapters_determined = False