allow additional rupees to refer to their world

This commit is contained in:
Fabian Dill 2021-03-07 22:49:00 +01:00
parent 1d04fcfbaa
commit 0a41b7b751
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ def create_shops(world, player: int):
else:
loc.item = ItemFactory(GetBeemizerItem(world, player, 'Nothing'), player)
loc.shop_slot_disabled = True
loc.item.world = world
shop.region.locations.append(loc)
world.dynamic_locations.append(loc)
world.clear_location_cache()