mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
adding fixes to merge
This commit is contained in:
parent
614c29eec1
commit
09ec83d90c
5 changed files with 13 additions and 28246 deletions
28244
game/script.rpy
28244
game/script.rpy
File diff suppressed because it is too large
Load diff
|
@ -1252,6 +1252,13 @@ label chapter_11:
|
||||||
|
|
||||||
Nas "What did I ever do to her…?"
|
Nas "What did I ever do to her…?"
|
||||||
|
|
||||||
|
if wingStory:
|
||||||
|
jump wingA
|
||||||
|
else:
|
||||||
|
jump wingB
|
||||||
|
|
||||||
|
label wingA:
|
||||||
|
|
||||||
A "I-er…"
|
A "I-er…"
|
||||||
|
|
||||||
Nas "What, do you know?"
|
Nas "What, do you know?"
|
||||||
|
|
|
@ -67,7 +67,7 @@ label chapter_4:
|
||||||
hide naser with moveoutleft
|
hide naser with moveoutleft
|
||||||
hide naomi with moveoutleft
|
hide naomi with moveoutleft
|
||||||
"I turn away from the two and leave them behind in the cafeteria."
|
"I turn away from the two and leave them behind in the cafeteria."
|
||||||
scene bandroom
|
scene auditorium
|
||||||
"Now that i’m in front of the auditorium when it isn’t crowded for once, I can get a decent look around the foyer."
|
"Now that i’m in front of the auditorium when it isn’t crowded for once, I can get a decent look around the foyer."
|
||||||
"The walls are as vine-covered as anywhere else in the building, but the ones here have small magenta flowers blooming on them here and there."
|
"The walls are as vine-covered as anywhere else in the building, but the ones here have small magenta flowers blooming on them here and there."
|
||||||
"I suppose there’s different kinds of vines, wouldn’t make much sense otherwise. Never really thought about it until now."
|
"I suppose there’s different kinds of vines, wouldn’t make much sense otherwise. Never really thought about it until now."
|
||||||
|
|
|
@ -1465,7 +1465,7 @@ label chapter_5:
|
||||||
"Even if he’s constantly checked out."
|
"Even if he’s constantly checked out."
|
||||||
"And smells of burnt skunk."
|
"And smells of burnt skunk."
|
||||||
"The fuck is he on, anyway?!"
|
"The fuck is he on, anyway?!"
|
||||||
scene bandroom
|
scene auditorium
|
||||||
show anon neutral at acenter
|
show anon neutral at acenter
|
||||||
show reed neutral at sright
|
show reed neutral at sright
|
||||||
Re "It’s carfe, bro…"
|
Re "It’s carfe, bro…"
|
||||||
|
@ -1755,6 +1755,9 @@ label chapter_5:
|
||||||
jump interrupt4c
|
jump interrupt4c
|
||||||
|
|
||||||
label quiet4c:
|
label quiet4c:
|
||||||
|
|
||||||
|
$ wingStory = True
|
||||||
|
|
||||||
F "And the worst part is he can’t even hate me."
|
F "And the worst part is he can’t even hate me."
|
||||||
|
|
||||||
show fang sad
|
show fang sad
|
||||||
|
|
|
@ -52,7 +52,6 @@ label chapter_6:
|
||||||
"Still feeling refreshed, I grab my jacket and start making my way across town to Fang’s house."
|
"Still feeling refreshed, I grab my jacket and start making my way across town to Fang’s house."
|
||||||
scene black with fade
|
scene black with fade
|
||||||
"..."
|
"..."
|
||||||
scene home fang day with fade
|
|
||||||
play music "audio/OST/Skinrow Soul.ogg" fadein 1.0
|
play music "audio/OST/Skinrow Soul.ogg" fadein 1.0
|
||||||
show anon neutral at aleft
|
show anon neutral at aleft
|
||||||
"Passing through the snobby part of town to catch a bus, my thoughts begin intruding on me."
|
"Passing through the snobby part of town to catch a bus, my thoughts begin intruding on me."
|
||||||
|
|
Loading…
Reference in a new issue