mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: remove legacy "dynamic_regions", as all regions are now dynamic
This commit is contained in:
@@ -337,7 +337,6 @@ def create_shops(world, player: int):
|
||||
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