Added suffocation, drowning damage. Closes #1908

This commit is contained in:
Shoghi Cervantes
2014-09-16 11:51:31 +02:00
parent 3ba099b309
commit f0e7713dce
5 changed files with 74 additions and 8 deletions

View File

@ -45,6 +45,7 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
public $width = 0.6;
public $length = 0.6;
public $height = 1.8;
public $eyeHeight = 1.62;
public function getInventory(){
return $this->inventory;