forked from Cavemanon/SnootGame
Merge remote-tracking branch 'origin/Monster-Update-6' into bowie_choreo
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
init -1 python:
|
||||
def ending_image():
|
||||
#0b0000, ABCD, flash the bits with |=, check with &
|
||||
endings = 0b0000
|
||||
_e = 0b1
|
||||
for i in range(1, 5):
|
||||
fn = str(i)+"of4"
|
||||
endings |= (_e * renpy.seen_image(fn))
|
||||
_e = _e << 0b1
|
||||
persistent.endings = endings
|
||||
|
||||
label storyline:
|
||||
call chapter_1
|
||||
call chapter_2
|
||||
@@ -33,6 +44,7 @@ label storyline:
|
||||
call chapter_12A
|
||||
call chapter_13A
|
||||
call chapter_14A
|
||||
$ ending_image()
|
||||
$ renpy.quit()
|
||||
else: # this block is redundant since we should never hit it
|
||||
#>>ERROR HANDLING OH SWEET BABY JESUS SHIT HIT THE FAN
|
||||
@@ -47,6 +59,7 @@ label storyline:
|
||||
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
|
||||
$ ending_image()
|
||||
call .ending
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user