176177178179180181182183184185186
} // 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? else if (childName.equals("moveHitPending")) {