From 445378200288370a2d63c12833135cc4c81a8b48 Mon Sep 17 00:00:00 2001 From: enamelizer Date: Tue, 3 Dec 2024 21:59:24 -0800 Subject: [PATCH 1/2] Revert lvl 3 access rule oopsie Keese North is a location in both lvl 3 and lvl 5 apparently... --- locations/dungeons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locations/dungeons.json b/locations/dungeons.json index 3da308d..b4b3eec 100644 --- a/locations/dungeons.json +++ b/locations/dungeons.json @@ -629,7 +629,7 @@ { "name": "Keese North", "access_rules": [ - "$weapons, bomb, ladder" + "$weapons" ], "visibility_rules": [ "pooltrue" From 18aefd7a03b8f9cd2c07f13ad15fccb669c760e8 Mon Sep 17 00:00:00 2001 From: enamelizer Date: Tue, 3 Dec 2024 22:30:54 -0800 Subject: [PATCH 2/2] Move lvl 9 'Patra Southwest' check location This is to more clearly see the stairs and stair label on the map --- locations/dungeons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locations/dungeons.json b/locations/dungeons.json index b4b3eec..bc8e5b4 100644 --- a/locations/dungeons.json +++ b/locations/dungeons.json @@ -2435,8 +2435,8 @@ "map_locations": [ { "map": "level9", - "x": 383, - "y": 1143 + "x": 389, + "y": 1125 } ] },