Merge pull request 'issue34-bugfixes' (#7) from issue34-bugfixes into master
Reviewed-on: https://git.snootgame.xyz/coolestskinnieinthejungle/SnootGame/pulls/7
This commit is contained in:
commit
23d8fc43d0
@ -348,4 +348,9 @@ transform rleft:
|
||||
transform rright:
|
||||
xalign 1.7 yalign 0.1
|
||||
|
||||
call start
|
||||
label start:
|
||||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
pause 1.0
|
||||
call storyline
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,4 @@
|
||||
label start:
|
||||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
pause 1.0
|
||||
label storyline:
|
||||
call chapter_1
|
||||
call chapter_2
|
||||
call chapter_3
|
||||
@ -38,18 +34,19 @@ label start:
|
||||
$ renpy.quit()
|
||||
else:
|
||||
#>>ERROR HANDLING OH SWEET BABY JESUS SHIT HIT THE FAN
|
||||
St "FUCK FUCK FUCK FUCK"
|
||||
A "What?"
|
||||
St "Some dipshit developer made broken code and this is the error handling message..."
|
||||
A "What?"
|
||||
St "Basically the if/else statement that handles this shit has failed at catching the score, and someone fucked up."
|
||||
A "Shit... what does that mean?"
|
||||
St "Well... the games broken and will end soon"
|
||||
A "Does this mean that the 3 fucks speedrunning have an easy way to beat the game?"
|
||||
St "Yes, but you have to have something wrong with you to speedrun a visual novel beta"
|
||||
"/dev/non" "well shit. Please do report this bug and all the choices you made that lead to this point. Something fucked up real bad"
|
||||
#just liek maek gaem
|
||||
St "FUCK FUCK FUCK FUCK"
|
||||
A "What?"
|
||||
St "Some dipshit developer made broken code and this is the error handling message..."
|
||||
A "What?"
|
||||
St "Basically the if/else statement that handles this shit has failed at catching the score, and someone fucked up."
|
||||
A "Shit... what does that mean?"
|
||||
St "Well... the games broken and will end soon"
|
||||
A "Does this mean that the 3 fucks speedrunning have an easy way to beat the game?"
|
||||
St "Yes, but you have to have something wrong with you to speedrun a visual novel beta"
|
||||
"/dev/non" "well shit. Please do report this bug and all the choices you made that lead to this point. Something fucked up real bad"
|
||||
#just liek maek gaem
|
||||
call ending
|
||||
return
|
||||
|
||||
label ending:
|
||||
play music "audio/OST/Dino Destiny Reader.ogg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user