Functions refactoring

This commit is contained in:
2024-08-30 15:02:24 -03:00
parent 803e878c3f
commit a31fa50d8a
2 changed files with 8 additions and 9 deletions

View File

@ -58,9 +58,9 @@ init python:
find_chapter_in_array()
if not is_end_reached:
add_ending_chapters() # From storyline
add_ending_chapters(ending_route_number)
update_ending_variables() # From storyline
update_ending_variables() # Updates variables for newly extended 'chapter_list' with ending chapters
def set_scores(anon_score, fang_score):