mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
move LttP create_regions and set_rules to AutoWorld
This commit is contained in:
@@ -222,7 +222,9 @@ for diff in {'easy', 'normal', 'hard', 'expert'}:
|
||||
)
|
||||
|
||||
|
||||
def generate_itempool(world, player: int):
|
||||
def generate_itempool(world):
|
||||
player = world.player
|
||||
world = world.world
|
||||
if world.difficulty[player] not in difficulties:
|
||||
raise NotImplementedError(f"Diffulty {world.difficulty[player]}")
|
||||
if world.goal[player] not in {'ganon', 'pedestal', 'bosses', 'triforcehunt', 'localtriforcehunt', 'icerodhunt',
|
||||
|
Reference in New Issue
Block a user