1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 10:30:25 +01:00

Modifications on hunger

- Given hunger changed for mushroom's essence
- Hunger disabled for mushroom:poison
This commit is contained in:
LeMagnesium 2014-12-03 19:50:17 +01:00
parent 163ef5e8e4
commit 8df06a0019

View File

@ -144,8 +144,8 @@ if minetest.get_modpath("mushroom") ~= nil then
overwrite("mushroom:red", 1, "", 3)
-- mushroom potions: red = strong poison, brown = light restorative
if minetest.get_modpath("vessels") then
overwrite("mushroom:brown_essence", 1, "vessels:glass_bottle", nil, 2)
overwrite("mushroom:poison", 1, "vessels:glass_bottle", 10)
overwrite("mushroom:brown_essence", 1, "vessels:glass_bottle", nil, 4)
-- overwrite("mushroom:poison", 1, "vessels:glass_bottle", 10)
end
end