//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())) {
// clear insets
// insetInsetted = false;
}