From 125d053b61733031d0ebe8559f6edd006e1c4e94 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Sat, 12 Jul 2025 07:52:02 -0400 Subject: [PATCH] TUNIC: Fix missing line for UT stuff #5185 --- worlds/tunic/ut_stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tunic/ut_stuff.py b/worlds/tunic/ut_stuff.py index 82d58eae..2cf2f96a 100644 --- a/worlds/tunic/ut_stuff.py +++ b/worlds/tunic/ut_stuff.py @@ -681,7 +681,7 @@ poptracker_data: dict[str, int] = { # for setting up the poptracker integration tracker_world = { "map_page_maps": ["maps/maps_pop.json"], - "map_page_locations": ["locations/locations_pop_er.json"], + "map_page_locations": ["locations/locations_pop_er.json", "locations/locations_breakables.json"], "map_page_setting_key": "Slot:{player}:Current Map", "map_page_index": map_page_index, "external_pack_key": "ut_poptracker_path",