Increased hearts restored by Apples

This commit is contained in:
Shoghi Cervantes 2014-01-31 13:33:49 +01:00
parent e12290202b
commit 126f149f0b

View File

@ -1874,7 +1874,7 @@ class Player{
switch($data["event"]){ switch($data["event"]){
case 9: //Eating case 9: //Eating
$items = array( $items = array(
APPLE => 2, APPLE => 4,
MUSHROOM_STEW => 10, MUSHROOM_STEW => 10,
BEETROOT_SOUP => 10, BEETROOT_SOUP => 10,
BREAD => 5, BREAD => 5,