Minor tuning for pies vs. fruits

Raw fruit or sugar heals 1/2 heart.
A raw pie heals 2 hearts.
A cooked pie heals 3 hearts or it can be split into 6 slices.
A slice of pie heals 1/2 heart.
A basket of pies heals 9 hearts (and sadly, consumes the basket).
This commit is contained in:
Vanessa Ezekowitz
2013-11-02 17:12:14 -04:00
parent 8238d0d9bf
commit ac218e55b7
2 changed files with 5 additions and 5 deletions

View File

@ -147,7 +147,7 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
"bushes_basket_bottom.png",
"bushes_basket_side.png"
},
on_use = minetest.item_eat(15),
on_use = minetest.item_eat(18),
groups = { dig_immediate = 3 },
})