Logic fix for sanc mirror route

Minor updates to customizer
Minor update to new ER (seed duplication issue)
This commit is contained in:
aerinon
2023-01-18 08:02:32 -07:00
parent 22dfeeecca
commit 4547a0a43b
6 changed files with 25 additions and 12 deletions

View File

@@ -1383,7 +1383,8 @@ def fill_specific_items(world):
world.push_item(loc, item_to_place, False)
track_outside_keys(item_to_place, loc, world)
track_dungeon_items(item_to_place, loc, world)
loc.event = event_flag or item_to_place.advancement
loc.event = (event_flag or item_to_place.advancement
or item_to_place.bigkey or item_to_place.smallkey)
advanced_placements = world.customizer.get_advanced_placements()
if advanced_placements:
for player, placement_list in advanced_placements.items():