Implement functions to increase Anon and Fang scores

This commit is contained in:
2024-08-21 21:44:48 -03:00
parent 4d449593f5
commit a65a5075fe
8 changed files with 11 additions and 11 deletions

View File

@ -52,7 +52,7 @@ init python:
anonscore += 1
def inscrease_fang_points():
def increase_fang_points():
global fangscore, lock_scores
if not lock_scores: