From db7fec5801743cbf1ae02881d552644add67e230 Mon Sep 17 00:00:00 2001 From: D00Med Date: Fri, 28 Oct 2016 06:12:11 +1000 Subject: [PATCH] increase shiny potion duration --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index a4df1c8..7efba77 100644 --- a/init.lua +++ b/init.lua @@ -3484,7 +3484,7 @@ minetest.register_node("witchcraft:potion_gold", { inventory_image = "witchcraft_potion_gold.png", on_use = function(item, user, pointed_thing) local player = user:get_player_name() - lightchange(user, 5) + lightchange(user, 10) local playerpos = user:getpos(); minetest.add_particlespawner( 5, --amount @@ -3524,7 +3524,7 @@ minetest.register_node("witchcraft:potion_gold_2", { sounds = default.node_sound_glass_defaults(), inventory_image = "witchcraft_potion_gold.png^[colorize:black:50", on_use = function(item, user, pointed_thing) - lightchange(user, 10) + lightchange(user, 20) local playerpos = user:getpos(); minetest.add_particlespawner( 5, --amount