forked from Cavemanon/SnootGame
Bonus Chapter 10 Unlock Requirement
This commit is contained in:
@ -59,6 +59,9 @@ screen ex_ch_menu():
|
||||
for i in range(8, 8-w, -1):
|
||||
ex_chapters_menu.remove(ex_chapters[i])
|
||||
ex_chapters_menu.pop()
|
||||
else:
|
||||
if not (persistent.bonus_chapters == 0b111111111):
|
||||
ex_chapters_menu.pop()
|
||||
|
||||
tag menu
|
||||
style_prefix "main_menu"
|
||||
|
Reference in New Issue
Block a user