1697716978169791698016981169821698316984169851698616987
} case VTOL.CRIT_ROTOR_DESTROYED: r = new Report(6670); r.subject = t.getId(); vDesc.add(r); t.immobilize(); t.destroyLocation(VTOL.LOC_ROTOR); vDesc.addAll(crashVTOLorWiGE(t)); break; case VTOL.CRIT_FLIGHT_STABILIZER: r = new Report(6665);
175176177178179180181182183184185
"Couldn't decode moveHit for a Tank unit."); } // If the value is "true", the Tank move a hit pending. if (attrStr.equals("true")) { entity.immobilize(); entity.applyDamage(); } } // Did we find the moveHitPending node?
192193194195196197198199200201202
"Couldn't decode moveHitPending for a Tank unit."); } // If the value is "true", the Tank move a hit pending. if (attrStr.equals("true")) { entity.immobilize(); } } // Did we find the facing node? else if (childName.equals("facing")) {