Skip to content

Commit dd08fa4

Browse files
committed
Fix Egg_Shop typo in costsanity (ArchipelagoMW#3447)
1 parent a07d77b commit dd08fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/hk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def _compute_weights(weights: dict, desc: str) -> typing.Dict[str, int]:
405405
continue
406406
if setting == CostSanity.option_shopsonly and location.basename not in multi_locations:
407407
continue
408-
if location.basename in {'Grubfather', 'Seer', 'Eggshop'}:
408+
if location.basename in {'Grubfather', 'Seer', 'Egg_Shop'}:
409409
our_weights = dict(weights_geoless)
410410
else:
411411
our_weights = dict(weights)

0 commit comments

Comments
 (0)