Merge branch 'indentation-stuff' into indentation-continued
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This also removes the enum shit that was introduced but never merged to master, because we don't need it.
This commit is contained in:
2024-06-10 22:53:09 -05:00
18 changed files with 780 additions and 827 deletions

View File

@ -1,13 +1,12 @@
## Utility functions for game setup, debugging etc.
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
# :param bool trad: Tradwife ending flag
$ anonscore = anon
$ fangscore = fang
$ tradwife = trad
return
label get_ending: