1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00

A little step backward!

This commit is contained in:
LeMagnesium 2014-12-06 10:15:42 +01:00
parent 174ef642f8
commit 279983e0b0

View File

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