mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed some construction hotspots for south-facing rooms
This commit is contained in:
parent
ee9d386bc9
commit
7190c3eda7
2 changed files with 2 additions and 1 deletions
|
|
@ -567,6 +567,7 @@ public final class HouseManager {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SOUTH: {
|
case SOUTH: {
|
||||||
|
chunkX = 7 - chunkX;
|
||||||
chunkY = 7 - chunkY;
|
chunkY = 7 - chunkY;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ public enum RoomProperties {
|
||||||
new Hotspot(BuildHotspot.TREE_1, 6, 6,7,7)),
|
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),
|
KITCHEN(5000, 5, 0, 2, 7, Room.CHAMBER, new Hotspot(BuildHotspot.CAT_BLANKET, 0, 0),
|
||||||
new Hotspot(BuildHotspot.WINDOW, 0, 2),
|
new Hotspot(BuildHotspot.WINDOW, 0, 2),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue