Merge branch 'release/3.1' into release/3.2

This commit is contained in:
Dylan K. Taylor 2018-08-15 13:48:46 +01:00
commit aa7c4bc64d

View File

@ -57,7 +57,7 @@ class CoalOre extends Solid{
]; ];
} }
public function getXpDropForTool(Item $item) : int{ protected function getXpDropAmount() : int{
return mt_rand(0, 2); return mt_rand(0, 2);
} }
} }