Customizer option to always allow flipping Sanctuary

This commit is contained in:
Catobat
2024-05-11 02:08:00 +02:00
parent 9056a32e8d
commit d792560c9a
6 changed files with 54 additions and 51 deletions

View File

@@ -318,6 +318,9 @@ class World(object):
def is_bombshop_start(self, player):
return self.is_tile_swapped(0x2c, player)
def is_dark_chapel_start(self, player):
return self.is_tile_swapped(0x13, player)
def is_pyramid_open(self, player):
if self.open_pyramid[player] == 'yes':
return True