rework canteen opening

This commit is contained in:
2021-06-21 22:03:37 +01:00
parent 6c07424023
commit f56c5dc80b
2 changed files with 22 additions and 35 deletions

View File

@ -1,17 +1,6 @@
## Utility functions for game setup, debugging etc.
init python:
def init_stats(anon=0, fang=0, trad=False):
global anonscore
global fangscore
global tradwife
print(anonscore, fangscore, tradwife)
anonscore = anon
fangscore = fang
tradwife = trad
print(anonscore, fangscore, tradwife)
label initstats(anon=0, fang=0, trad=False):
# Sets various game-related global variables
# :param int anon: Anon's score