mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Add wingStory check for ending 4
This commit is contained in:
parent
315c5e34a2
commit
7ae0707c84
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ label initstats(anon=0, fang=0, trad=False):
|
|||
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
|
||||
if anonscore >= 4 and fangscore >= 4:
|
||||
if anonscore >= 4 and fangscore >= 4 and wingStory:
|
||||
return(4) # Golden
|
||||
elif anonscore >= 3 and fangscore <=4:
|
||||
return(3) # Tradwife
|
||||
|
|
Loading…
Reference in a new issue