Skip to content

Commit

Permalink
Fix Egg_Shop typo in costsanity (ArchipelagoMW#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored and James Schurig committed Jun 13, 2024
1 parent 90dd1e5 commit b2dc365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/hk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _compute_weights(weights: dict, desc: str) -> typing.Dict[str, int]:
continue
if setting == CostSanity.option_shopsonly and location.basename not in multi_locations:
continue
if location.basename in {'Grubfather', 'Seer', 'Eggshop'}:
if location.basename in {'Grubfather', 'Seer', 'Egg_Shop'}:
our_weights = dict(weights_geoless)
else:
our_weights = dict(weights)
Expand Down

0 comments on commit b2dc365

Please sign in to comment.