Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-10-22 19:05:11 +01:00
11 changed files with 39 additions and 16 deletions

View File

@ -199,6 +199,9 @@ class Human extends Living implements ProjectileSource, InventoryHolder{
return (int) min(100, 7 * $this->xpManager->getXpLevel());
}
/**
* @return PlayerInventory
*/
public function getInventory(){
return $this->inventory;
}