Remove lock_scores logic and point-increasing functions

This commit is contained in:
2024-08-29 18:07:30 -03:00
parent 76e61ee78e
commit 908d8f62f7
10 changed files with 11 additions and 29 deletions

View File

@ -51,13 +51,10 @@ init python:
def set_stats():
global chapter_list_length, ending_route_number, is_end_reached, lock_scores
global chapter_list_length, ending_route_number, is_end_reached
# chapter_list_length = get_chapter_list_length()
ending_route_number = get_ending()
lock_scores = True # Prevents scores from increasing when using the chapter selection tool
find_chapter_in_array()
if not is_end_reached: