Core: remove legacy "dynamic_regions", as all regions are now dynamic

This commit is contained in:
Fabian Dill
2022-02-15 06:29:57 +01:00
parent aaa9bc906e
commit 53340ab22c
4 changed files with 2 additions and 8 deletions

View File

@@ -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()