Skip to content

Commit

Permalink
ALTTP: Restore allow_excluded (#2607)
Browse files Browse the repository at this point in the history
Restores allow_excluded to the dungeon fill_restrictive call, which was apparently removed by mistake during merge conflict resolution
  • Loading branch information
Alchav authored Dec 15, 2023
1 parent 3e3af38 commit 3946335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/alttp/Dungeons.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def fill_dungeons_restrictive(multiworld: MultiWorld):

if loc in all_state_base.events:
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")


Expand Down

0 comments on commit 3946335

Please sign in to comment.