From 7190c3eda7d6707b35e7d812c8978511afce9ea6 Mon Sep 17 00:00:00 2001 From: Player Name Date: Sun, 31 Mar 2024 14:29:27 +0000 Subject: [PATCH] Fixed some construction hotspots for south-facing rooms --- .../main/content/global/skill/construction/HouseManager.java | 1 + .../main/content/global/skill/construction/RoomProperties.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Server/src/main/content/global/skill/construction/HouseManager.java b/Server/src/main/content/global/skill/construction/HouseManager.java index e00bbf92c..b041e3c57 100644 --- a/Server/src/main/content/global/skill/construction/HouseManager.java +++ b/Server/src/main/content/global/skill/construction/HouseManager.java @@ -567,6 +567,7 @@ public final class HouseManager { break; } case SOUTH: { + chunkX = 7 - chunkX; chunkY = 7 - chunkY; break; } diff --git a/Server/src/main/content/global/skill/construction/RoomProperties.java b/Server/src/main/content/global/skill/construction/RoomProperties.java index fc147e534..196a63c25 100644 --- a/Server/src/main/content/global/skill/construction/RoomProperties.java +++ b/Server/src/main/content/global/skill/construction/RoomProperties.java @@ -68,7 +68,7 @@ public enum RoomProperties { new Hotspot(BuildHotspot.TREE_1, 6, 6,7,7)), /** - * Woman's place. + * The kitchen. */ KITCHEN(5000, 5, 0, 2, 7, Room.CHAMBER, new Hotspot(BuildHotspot.CAT_BLANKET, 0, 0), new Hotspot(BuildHotspot.WINDOW, 0, 2),