/**
  * Restriction affects fight number (Fight number malus).
  *
  * @param ProtectiveArmamentCode $protectiveArmamentCode
  * @return int
  * @throws \DrdPlus\Tables\Armaments\Exceptions\UnknownProtectiveArmament
  */
 public function getRestrictionOfProtectiveArmament(ProtectiveArmamentCode $protectiveArmamentCode)
 {
     return $this->tables->getProtectiveArmamentsTable($protectiveArmamentCode)->getRestrictionOf($protectiveArmamentCode);
 }