mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
fix LttP create_regions
This commit is contained in:
@@ -34,8 +34,8 @@ class ALTTPWorld(World):
|
||||
create_items = generate_itempool
|
||||
|
||||
def create_regions(self):
|
||||
player = self.player
|
||||
world = self.world
|
||||
for player in world.get_game_players("A Link to the Past"):
|
||||
if world.open_pyramid[player] == 'goal':
|
||||
world.open_pyramid[player] = world.goal[player] in {'crystals', 'ganontriforcehunt',
|
||||
'localganontriforcehunt', 'ganonpedestal'}
|
||||
@@ -58,7 +58,7 @@ class ALTTPWorld(World):
|
||||
create_shops(world, player)
|
||||
create_dungeons(world, player)
|
||||
|
||||
for player in world.get_game_players("A Link to the Past"):
|
||||
|
||||
if world.logic[player] not in ["noglitches", "minorglitches"] and world.shuffle[player] in \
|
||||
{"vanilla", "dungeonssimple", "dungeonsfull", "simple", "restricted", "full"}:
|
||||
world.fix_fake_world[player] = False
|
||||
|
Reference in New Issue
Block a user