towerPlaced = true;
}
// still empty? well then lets put some blocks then
if (current == null)
current = new AstralWhiteSpiresLot(platmap, originX + x, originZ + z, getPopulationOdds(x, z));
}
// did current get defined?
if (current != null)
platmap.setLot(x, z, current);