Exemplo n.º 1
0
 public function beforeTakeHit()
 {
     $this->heal($this->searchBee(), $this->getHoneyPool());
     return parent::beforeTakeHit();
 }
Exemplo n.º 2
0
 public function beforeTakeHit()
 {
     $this->makeHoney($this->getHoneyPool());
     return parent::beforeTakeHit();
 }