Add wingStory check for ending 4

This commit is contained in:
Nutbuster 2021-10-31 13:45:26 +11:00
parent 315c5e34a2
commit 7ae0707c84
1 changed files with 1 additions and 1 deletions

View File

@ -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