From 16a2ae6741224a05bbb554dfc1ec9b3daa031b03 Mon Sep 17 00:00:00 2001 From: rwalters Date: Sun, 25 May 2025 08:47:23 -0400 Subject: [PATCH] (Adventure Mode): Fix abandoned town (#7665) * Fixing an issue in which touching the space the map occupies outside of the world map does not allow the player to move (very relevant on maps with content in the top left corner) * Adventure Mode: Fix Quest_APortalToNowhere, in which the file path got moved but the point of interest json was not updated * Manually altering points_of_interest.json instead of using the adventure editor tool * Actual change was removed during synchronization with remote head, re-applying actual fix --- forge-gui/res/adventure/common/world/points_of_interest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/common/world/points_of_interest.json b/forge-gui/res/adventure/common/world/points_of_interest.json index 36818d6b267..8b78da46c8b 100644 --- a/forge-gui/res/adventure/common/world/points_of_interest.json +++ b/forge-gui/res/adventure/common/world/points_of_interest.json @@ -3407,7 +3407,7 @@ "count": 1, "spriteAtlas": "../common/maps/tileset/buildings.atlas", "sprite": "WasteTown", - "map": "../common/maps/map/main_story_explore/waste_town_abandoned.tmx", + "map": "../common/maps/map/main_story_defend/waste_town_abandoned.tmx", "radiusFactor": 0.8, "questTags": [ "Quest_APortalToNowhere"