Merge remote-tracking branch 'Nio/choreo_ch7andup_basedonBowies' into bowieniocombo

This commit is contained in:
2021-10-09 20:25:32 +11:00
154 changed files with 5679 additions and 1622 deletions

View File

@ -1,6 +1,5 @@
## Utility functions for game setup, debugging etc.
label initstats(anon=0, fang=0, trad=False):
# Sets various game-related global variables
# :param int anon: Anon's score
@ -11,7 +10,6 @@ label initstats(anon=0, fang=0, trad=False):
$ tradwife = trad
return
label get_ending:
# To check what ending we're getting, call this label and then check the value of _return
# Sensible to have this logic defined in only one place for consistency
@ -22,4 +20,4 @@ label get_ending:
elif anonscore <= 3 and fangscore >=3:
return(2) # Doomer
else:
return(1) # Shooter
return(1) # Shooter