public void destroyUnit() {
   health = 0;
   shields = 0;
   zombieInfectedTurns = 0;
   viperInfectedTurns = 0;
   animations.put(DEATH_EXPLOSION, createDeathExplosionAnim(false));
   animations.remove(ENERGON_TRANSFER);
 }