/**
  * @see FleetStartDirectFireAction::readParametersTarget()
  */
 public function readParametersTarget()
 {
     parent::readParametersTarget();
     $this->planetKind = 2;
 }
 /**
  * @see Action::executed()
  */
 public function executed()
 {
     parent::executed();
     header('Location: ../galaxy.php?g=' . $this->galaxy . '&s=' . $this->system);
     exit;
 }