mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -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.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:
|
||||
if world.get_entrance('Ganons Tower').connected_region.name in dungeon[0]:
|
||||
dungeons.pop(dungeons.index(dungeon))
|
||||
|
Reference in New Issue
Block a user