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

@ -29,20 +29,6 @@ init python:
else:
renpy.unwatch(item)
def increase_anon_points():
global anonscore, lock_scores
if not lock_scores:
anonscore += 1
def increase_fang_points():
global fangscore, lock_scores
if not lock_scores:
fangscore += 1
def toggle_debug():
if persistent.enable_debug_scores: