if ((null == entity.getPosition()) || entity.isOffBoard()) {
// If it's not on the board - aboard something else, for
// example...
continue;
}
if (entity.doomedInAtmosphere()) {
r = new Report(6016);
r.subject = entity.getId();
r.addDesc(entity);
addReport(r);
addReport(destroyEntity(entity, "being in atmosphere where it can't survive", true, true));