mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
wingStory if/else added
This commit is contained in:
parent
db22f50be1
commit
1f29121588
1 changed files with 64 additions and 49 deletions
|
@ -192,7 +192,7 @@ image fang c shocked flip = im.Flip("fang/future sets/fang c shocked.png", horiz
|
|||
image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True)
|
||||
image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True)
|
||||
image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True)
|
||||
image stella shock alt flip = im.Flip("stella/stella shocked alt.png", horizontal=True)
|
||||
image stella shock alt flip = im.Flip("stella/stella shock alt.png", horizontal=True)
|
||||
|
||||
#considering flips
|
||||
image fang considering flip = im.Flip("fang/basic set/fang considering.png", horizontal=True)
|
||||
|
@ -351,6 +351,7 @@ label start:
|
|||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
$ wingStory = False
|
||||
pause 1.0
|
||||
#First Day of School
|
||||
"January sixth."
|
||||
|
@ -6930,6 +6931,9 @@ menu:
|
|||
jump interrupt4c
|
||||
|
||||
label quiet4c:
|
||||
|
||||
$ wingStory = True
|
||||
|
||||
F "And the worst part is he can’t even hate me."
|
||||
|
||||
show fang sad
|
||||
|
@ -15649,6 +15653,13 @@ elif anonscore >= 3 and fangscore <= 3:
|
|||
|
||||
Nas "..."
|
||||
|
||||
if wingStory:
|
||||
jump wingA
|
||||
else:
|
||||
jump wingB
|
||||
|
||||
label wingA:
|
||||
|
||||
Nas "What did I ever do to her…?"
|
||||
|
||||
A "I-er…"
|
||||
|
@ -15711,6 +15722,10 @@ elif anonscore >= 3 and fangscore <= 3:
|
|||
|
||||
Nas "..."
|
||||
|
||||
jump wingB
|
||||
|
||||
label wingB:
|
||||
|
||||
Nas "Man..."
|
||||
|
||||
Nas "where did it all go wrong?"
|
||||
|
|
Loading…
Reference in a new issue