// First, crater the terrain.
// All terrain, units, buildings... EVERYTHING in here is just gone.
// Gotta love nukes.
Report r = new Report(1215, Report.PUBLIC);
r.indent();
r.add(position.getBoardNum(), true);
vDesc.add(r);
int curDepth = game.getBoard().getHex(position).floor() - craterDepth;
int range = 0;