Skip to content

Commit

Permalink
Hollow Knight: Don't force mimics local (ArchipelagoMW#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
BadMagic100 authored and Jouramie committed Feb 28, 2024
1 parent bce6ccd commit 634ac86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def generate_early(self):
charm_costs = world.RandomCharmCosts[self.player].get_costs(world.random)
self.charm_costs = world.PlandoCharmCosts[self.player].get_costs(charm_costs)
# world.exclude_locations[self.player].value.update(white_palace_locations)
world.local_items[self.player].value.add("Mimic_Grub")
for term, data in cost_terms.items():
mini = getattr(world, f"Minimum{data.option}Price")[self.player]
maxi = getattr(world, f"Maximum{data.option}Price")[self.player]
Expand Down

0 comments on commit 634ac86

Please sign in to comment.