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