mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
fix return value check after ch 11 PromAnouncement
This commit is contained in:
parent
f7b81d2b72
commit
da7f3e1c4d
1 changed files with 10 additions and 3 deletions
|
@ -245,6 +245,7 @@ label chapter_11:
|
|||
repeat
|
||||
"Then he shoves me back into the lockers as hard as he can."
|
||||
|
||||
# this was pretty fun ngl
|
||||
show naser:
|
||||
easeout_cubic 0.5 xalign 1.4
|
||||
pause .5
|
||||
|
@ -1755,9 +1756,11 @@ label chapter_11:
|
|||
|
||||
"So much for brevity."
|
||||
|
||||
"Naser’s looking torn up over himself."
|
||||
stop music fadeout 1.0
|
||||
play music 'audio/OST/The Hunt for more (You)s.ogg' fadein 1.0
|
||||
"Naser’s looking torn up over himself."
|
||||
|
||||
|
||||
play music 'audio/OST/intercept.ogg' fadein 1.0
|
||||
|
||||
A "You blaming yourself for something?"
|
||||
|
||||
|
@ -1765,6 +1768,8 @@ label chapter_11:
|
|||
|
||||
Nas "I was thinking only of myself, I wasn't being understanding and I just unloaded it all on you."
|
||||
|
||||
# Nas "So no hard feelings?"
|
||||
|
||||
Nas "If you and Fang like each other then that's not my problem, right? You're a nice guy, really."
|
||||
|
||||
Nas "If she’s happy then I'm happy, right?"
|
||||
|
@ -3464,6 +3469,8 @@ label chapter_11:
|
|||
"I fish the key from my backpack and unlock my door."
|
||||
pause .5
|
||||
|
||||
# TODO: directions say Appreciating the Atmosphere
|
||||
|
||||
scene room anon day
|
||||
show fang neutral:
|
||||
yalign 0.0 xalign -0.2
|
||||
|
@ -3649,7 +3656,7 @@ label chapter_11:
|
|||
"Fang and I have been together for a month now."
|
||||
|
||||
call get_ending
|
||||
if _result == 3: #tradwife
|
||||
if _return == 3: #tradwife
|
||||
|
||||
"Things are going pretty well. When we discount Trish’s weekly attempt to talk with Fang."
|
||||
|
||||
|
|
Loading…
Reference in a new issue