Update poisonous food help and values

This commit is contained in:
Wuzzy 2017-05-21 00:43:30 +02:00
parent 8ce001a564
commit 4fb404bba5
4 changed files with 13 additions and 14 deletions

View file

@ -191,10 +191,10 @@ minetest.register_craftitem("mcl_fishing:clownfish_raw", {
})
-- Pufferfish
-- TODO: Add status effect
-- TODO: Add real status effect
minetest.register_craftitem("mcl_fishing:pufferfish_raw", {
description = "Pufferfish",
_doc_items_longdesc = "Pufferfish are a common species of fish, but they are dangerous to eat. Eating a pufferfish restores 1 hunger point, but it makes you very sick (which drains your health non-fatally).",
_doc_items_longdesc = "Pufferfish are a common species of fish, but they not fit for consumption by humans. Eating a pufferfish restores 1 hunger point, but it makes you very sick (which drains your health non-fatally) and hungry (which drains your satiation).",
inventory_image = "mcl_fishing_pufferfish_raw.png",
on_place = minetest.item_eat(1),
on_secondary_use = minetest.item_eat(1),