mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fill SP keys last by default (only trailed by whatever is behind gtower) to deal with Dam being behind pyramid fairy (ensure crystal 5 and 6 have keys placed before SP gets filled)
This commit is contained in:
@@ -28,7 +28,7 @@ def fill_dungeons(world):
|
|||||||
world.push_item(world.get_location(mandatory_sw_key_location), ItemFactory('Small Key (Skull Woods)'), False)
|
world.push_item(world.get_location(mandatory_sw_key_location), ItemFactory('Small Key (Skull Woods)'), False)
|
||||||
world.get_location(mandatory_sw_key_location).event = True
|
world.get_location(mandatory_sw_key_location).event = True
|
||||||
|
|
||||||
dungeons = [TR, ES, EP, DP, ToH, AT, PoD, TT, SW, SP, IP, MM, GT]
|
dungeons = [TR, ES, EP, DP, ToH, AT, PoD, TT, SW, IP, MM, GT, SP]
|
||||||
for dungeon in dungeons:
|
for dungeon in dungeons:
|
||||||
if world.get_entrance('Ganons Tower').connected_region.name in dungeon[0]:
|
if world.get_entrance('Ganons Tower').connected_region.name in dungeon[0]:
|
||||||
dungeons.pop(dungeons.index(dungeon))
|
dungeons.pop(dungeons.index(dungeon))
|
||||||
|
Reference in New Issue
Block a user