Example #1
0
 public function updateHitPoints()
 {
     $this->resetHitPoints(Properties::getHitPoints($this->kind));
 }
Example #2
0
 public function equipWeapon($kind)
 {
     $this->weapon = $kind;
     $this->weaponLevel = Properties::getWeaponLevel($kind);
 }