forked from Cavemanon/SnootGame
In-engine credits & more removal of dots
This commit is contained in:
@ -230,14 +230,14 @@ label chapter_2:
|
||||
"Ask what’s up":
|
||||
|
||||
pause .5
|
||||
jump .naomiWhatsUp
|
||||
jump lnaomiWhatsUp
|
||||
|
||||
"Not my place to pry":
|
||||
|
||||
pause .5
|
||||
jump .naomiNotMyPlace
|
||||
jump lnaomiNotMyPlace
|
||||
|
||||
label .naomiWhatsUp:
|
||||
label lnaomiWhatsUp:
|
||||
|
||||
A "You alright?"
|
||||
|
||||
@ -249,9 +249,9 @@ label chapter_2:
|
||||
N "Not really{cps=*.1}...{/cps}{w=.4} A bit, I guess{cps=*.1}...{/cps}"
|
||||
pause .5
|
||||
|
||||
jump .naomiStressMerge
|
||||
jump lnaomiStressMerge
|
||||
|
||||
label .naomiNotMyPlace:
|
||||
label lnaomiNotMyPlace:
|
||||
|
||||
"Nah, I don’t know her that well."
|
||||
|
||||
@ -260,9 +260,9 @@ label chapter_2:
|
||||
|
||||
N "I’m sorry, I’ve been a bit stressed lately, Anon{cps=*.1}...{/cps}"
|
||||
|
||||
jump .naomiStressMerge
|
||||
jump lnaomiStressMerge
|
||||
|
||||
label .naomiStressMerge:
|
||||
label lnaomiStressMerge:
|
||||
|
||||
N "I’ve just been worried about Naser recently{cps=*.1}...{/cps}"
|
||||
|
||||
@ -2139,7 +2139,7 @@ label chapter_2:
|
||||
|
||||
A "It’s funny in a way, yeah."
|
||||
|
||||
jump .PostCheckLinkOut
|
||||
jump lPostCheckLinkOut
|
||||
|
||||
"Save it for later":
|
||||
|
||||
@ -2147,7 +2147,7 @@ label chapter_2:
|
||||
"I'll save this one for when I get home."
|
||||
|
||||
|
||||
label .PostCheckLinkOut:
|
||||
label lPostCheckLinkOut:
|
||||
|
||||
show reed explanatory
|
||||
Re "Xrox is better anyways, you see the whole lineup they had prepared for{cps=*.1}...{/cps}"
|
||||
|
Reference in New Issue
Block a user