Example #1
0
 /**
  * @param bool $casualty
  */
 public function becomeCasualty($casualty = true)
 {
     if ($this->getFellowship()) {
         $this->leaveFellowship();
     }
     parent::becomeCasualty($casualty);
     $this->setCasualty(true);
 }