ALTTP: Restore allow_excluded (#2607)

Restores allow_excluded to the dungeon fill_restrictive call, which was apparently removed by mistake during merge conflict resolution
This commit is contained in:
Alchav
2023-12-15 14:39:09 -05:00
committed by GitHub
parent 3e3af385fa
commit 394633558f

View File

@@ -264,7 +264,7 @@ def fill_dungeons_restrictive(multiworld: MultiWorld):
if loc in all_state_base.events: if loc in all_state_base.events:
all_state_base.events.remove(loc) all_state_base.events.remove(loc)
fill_restrictive(multiworld, all_state_base, locations, in_dungeon_items, True, True, fill_restrictive(multiworld, all_state_base, locations, in_dungeon_items, True, True, allow_excluded=True,
name="LttP Dungeon Items") name="LttP Dungeon Items")