removes the `trad` arg to `initstats()` as well

This commit is contained in:
san7890 2023-05-06 20:11:35 -06:00
parent 340528ee02
commit 404d3f91bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ init python:
Tradwife = 2
Golden = 3
label initstats(anon=0, fang=0, trad=False):
label initstats(anon=0, fang=0):
# Sets various game-related global variables
# :param int anon: Anon's score
# :param int fang: Fang's score