mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 23:53:21 -07:00
allow additional rupees to refer to their world
This commit is contained in:
1
Shops.py
1
Shops.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user