forked from Cavemanon/SnootGame
Remove lock_scores logic and point-increasing functions
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user