mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
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
3 changed files with 537 additions and 553 deletions
|
@ -348,4 +348,9 @@ transform rleft:
|
||||||
transform rright:
|
transform rright:
|
||||||
xalign 1.7 yalign 0.1
|
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:
|
label storyline:
|
||||||
$ fangscore = 0
|
|
||||||
$ anonscore = 0
|
|
||||||
$ tradwife = False
|
|
||||||
pause 1.0
|
|
||||||
call chapter_1
|
call chapter_1
|
||||||
call chapter_2
|
call chapter_2
|
||||||
call chapter_3
|
call chapter_3
|
||||||
|
@ -38,18 +34,19 @@ label start:
|
||||||
$ 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…
Reference in a new issue