forked from Cavemanon/SnootGame
fix return value check after ch 11 PromAnouncement
This commit is contained in:
@ -245,6 +245,7 @@ label chapter_11:
|
|||||||
repeat
|
repeat
|
||||||
"Then he shoves me back into the lockers as hard as he can."
|
"Then he shoves me back into the lockers as hard as he can."
|
||||||
|
|
||||||
|
# this was pretty fun ngl
|
||||||
show naser:
|
show naser:
|
||||||
easeout_cubic 0.5 xalign 1.4
|
easeout_cubic 0.5 xalign 1.4
|
||||||
pause .5
|
pause .5
|
||||||
@ -1755,9 +1756,11 @@ label chapter_11:
|
|||||||
|
|
||||||
"So much for brevity."
|
"So much for brevity."
|
||||||
|
|
||||||
"Naser’s looking torn up over himself."
|
|
||||||
stop music fadeout 1.0
|
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?"
|
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 "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 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?"
|
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."
|
"I fish the key from my backpack and unlock my door."
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
|
# TODO: directions say Appreciating the Atmosphere
|
||||||
|
|
||||||
scene room anon day
|
scene room anon day
|
||||||
show fang neutral:
|
show fang neutral:
|
||||||
yalign 0.0 xalign -0.2
|
yalign 0.0 xalign -0.2
|
||||||
@ -3649,7 +3656,7 @@ label chapter_11:
|
|||||||
"Fang and I have been together for a month now."
|
"Fang and I have been together for a month now."
|
||||||
|
|
||||||
call get_ending
|
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."
|
"Things are going pretty well. When we discount Trish’s weekly attempt to talk with Fang."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user