mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +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()
|
||||
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…
Reference in a new issue