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