Example #1
0
 public function beforeTakeHit()
 {
     $this->heal($this->searchBee(), $this->getHoneyPool());
     return parent::beforeTakeHit();
 }
Example #2
0
 public function beforeTakeHit()
 {
     $this->makeHoney($this->getHoneyPool());
     return parent::beforeTakeHit();
 }