Merge branch 'indentation-stuff' into indentation-continued
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user