mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-14 01:33:29 -07:00
remove duplicate Shop name in location names
This commit is contained in:
@@ -583,7 +583,7 @@ def create_dynamic_shop_locations(world, player):
|
||||
if item is None:
|
||||
continue
|
||||
if item['create_location']:
|
||||
loc = Location(player, "{} Shop Slot {}".format(shop.region.name, i+1), parent=shop.region)
|
||||
loc = Location(player, "{} Slot {}".format(shop.region.name, i + 1), parent=shop.region)
|
||||
shop.region.locations.append(loc)
|
||||
world.dynamic_locations.append(loc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user