if (!neighborFloors.adjacentNeighbors() && height > 1) {
// make sure we don't have needle buildings
//platmap.generator.reportMessage("Found a skinny tall building");
return new ConcreteLot(platmap, platmap.originX + platX, platmap.originZ + platZ);
// if nothing to north/south or west/east then no insets for us
} else if ((!neighborFloors.toNorth() && !neighborFloors.toSouth()) ||
(!neighborFloors.toWest() && !neighborFloors.toEast())) {