mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix Egg_Shop typo in costsanity (#3447)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user