mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-26 03:44:47 +01:00
missing return on line 53 added
This commit is contained in:
parent
67f6080b3a
commit
99a458cf40
1 changed files with 12 additions and 11 deletions
|
@ -38,18 +38,19 @@ label storyline:
|
||||||
$ renpy.quit()
|
$ renpy.quit()
|
||||||
else:
|
else:
|
||||||
#>>ERROR HANDLING OH SWEET BABY JESUS SHIT HIT THE FAN
|
#>>ERROR HANDLING OH SWEET BABY JESUS SHIT HIT THE FAN
|
||||||
St "FUCK FUCK FUCK FUCK"
|
St "FUCK FUCK FUCK FUCK"
|
||||||
A "What?"
|
A "What?"
|
||||||
St "Some dipshit developer made broken code and this is the error handling message..."
|
St "Some dipshit developer made broken code and this is the error handling message..."
|
||||||
A "What?"
|
A "What?"
|
||||||
St "Basically the if/else statement that handles this shit has failed at catching the score, and someone fucked up."
|
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?"
|
A "Shit... what does that mean?"
|
||||||
St "Well... the games broken and will end soon"
|
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?"
|
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"
|
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"
|
"/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
|
#just liek maek gaem
|
||||||
call ending
|
call ending
|
||||||
|
return
|
||||||
|
|
||||||
label ending:
|
label ending:
|
||||||
play music "audio/OST/Dino Destiny Reader.ogg"
|
play music "audio/OST/Dino Destiny Reader.ogg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue