mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
removes the ending flag
This commit is contained in:
parent
ef4764b322
commit
340528ee02
3 changed files with 0 additions and 4 deletions
|
@ -316,7 +316,6 @@ transform scloserleft:
|
|||
label start:
|
||||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
$ wingStory = False
|
||||
pause 1.0
|
||||
call storyline from _call_storyline
|
||||
|
|
|
@ -30,7 +30,6 @@ label storyline:
|
|||
call chapter_13D from _call_chapter_13D
|
||||
call chapter_14D from _call_chapter_14D
|
||||
elif _return == Endings.Tradwife:
|
||||
$ tradwife = True
|
||||
call chapter_11C from _call_chapter_11C
|
||||
call chapter_12C from _call_chapter_12C
|
||||
call chapter_12_5C from _call_chapter_12_5C
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue