allow additional rupees to refer to their world
This commit is contained in:
parent
1d04fcfbaa
commit
0a41b7b751
1
Shops.py
1
Shops.py
|
@ -298,6 +298,7 @@ def create_shops(world, player: int):
|
||||||
else:
|
else:
|
||||||
loc.item = ItemFactory(GetBeemizerItem(world, player, 'Nothing'), player)
|
loc.item = ItemFactory(GetBeemizerItem(world, player, 'Nothing'), player)
|
||||||
loc.shop_slot_disabled = True
|
loc.shop_slot_disabled = True
|
||||||
|
loc.item.world = world
|
||||||
shop.region.locations.append(loc)
|
shop.region.locations.append(loc)
|
||||||
world.dynamic_locations.append(loc)
|
world.dynamic_locations.append(loc)
|
||||||
world.clear_location_cache()
|
world.clear_location_cache()
|
||||||
|
|
Loading…
Reference in New Issue