57585960616263646566
*/ @Override public void attack(Spacecraft target) throws ErrAttack { if (this.currentPlanet.equals(target.currentPlanet) == false) throw new ErrAttack("Not on the same planet"); target.beAttack(this.attack); }