if (
                this.roomPlan.hasPosition('road', new RoomPosition(x, y + 1, this.roomName))
                && !this.roomPlan.hasPosition('road.rampart', new RoomPosition(x, y + 1, this.roomName))
            ) nearRoad = true;