Fix Egg_Shop typo in costsanity (#3447)
This commit is contained in:
parent
dedabad290
commit
6432560fe5
|
@ -405,7 +405,7 @@ class HKWorld(World):
|
||||||
continue
|
continue
|
||||||
if setting == CostSanity.option_shopsonly and location.basename not in multi_locations:
|
if setting == CostSanity.option_shopsonly and location.basename not in multi_locations:
|
||||||
continue
|
continue
|
||||||
if location.basename in {'Grubfather', 'Seer', 'Eggshop'}:
|
if location.basename in {'Grubfather', 'Seer', 'Egg_Shop'}:
|
||||||
our_weights = dict(weights_geoless)
|
our_weights = dict(weights_geoless)
|
||||||
else:
|
else:
|
||||||
our_weights = dict(weights)
|
our_weights = dict(weights)
|
||||||
|
|
Loading…
Reference in New Issue