removes the ending flag

This commit is contained in:
2023-05-06 20:06:38 -06:00
parent ef4764b322
commit 340528ee02
3 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,8 @@ label initstats(anon=0, fang=0, trad=False):
# Sets various game-related global variables
# :param int anon: Anon's score
# :param int fang: Fang's score
# :param bool trad: Tradwife ending flag
$ anonscore = anon
$ fangscore = fang
$ tradwife = trad
return
label get_ending: