mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-13 20:19:25 +01:00
removes the trad
arg to initstats()
as well
This commit is contained in:
parent
340528ee02
commit
404d3f91bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue