Fix Egg_Shop typo in costsanity (#3447)

This commit is contained in:
qwint 2024-06-02 21:39:34 -05:00 committed by GitHub
parent dedabad290
commit 6432560fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ class HKWorld(World):
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)