Skin methods

This commit is contained in:
Shoghi Cervantes 2015-04-10 16:47:18 +02:00
parent 60ac8f91ba
commit c786ace355

View File

@ -54,6 +54,14 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
protected $skin;
protected $isSlim = false;
public function getSkinData(){
return $this->skin;
}
public function isSkinSlim(){
return $this->isSlim;
}
/**
* @param string $str
* @param bool $isSlim