Bonus Chapter 10 Unlock Requirement

This commit is contained in:
2023-10-02 16:14:58 +11:00
parent a8238b97aa
commit e473ddc1db
12 changed files with 81 additions and 38 deletions

View File

@ -51,6 +51,14 @@ init python:
if persistent.autoup == None:
persistent.autoup = False
if persistent.bonus_chapters == None:
if renpy.seen_image("big ending"): #for returning players
persistent.bonus_chapters = 0b111111111
persistent.old_bonus_chapters = 0b111111111
else:
persistent.bonus_chapters = 0b0
persistent.old_bonus_chapters = 0b0
def randomize_choices(choices):
# fine for size of 2
if (renpy.random.randint(0, 1)):