Added events

This commit is contained in:
PEMapModder
2016-02-11 22:07:04 +08:00
parent 8807617480
commit e79976bdac
18 changed files with 405 additions and 53 deletions

View File

@ -38,7 +38,7 @@ class MushroomStew extends Food{
return 7.2;
}
public function getResidue() : Item{
public function getResidue(){
return Item::get(Item::BOWL);
}
}