From: Zefram Date: Wed, 23 Jul 2014 22:40:21 +0000 (+0100) Subject: Tweak corium light settings X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=e11f0f8817bf263ad7ca4512757279ac01f62fc1;p=zefram%2Fminetest%2Ftechnic.git Tweak corium light settings Flowing corium appeared too dark. --- diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua index 003ca6b..b240a9d 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -287,7 +287,7 @@ for _, state in ipairs({ "flowing", "source" }) do }}, paramtype = "light", paramtype2 = (state == "flowing" and "flowingliquid" or nil), - light_source = (state == "source" and 4 or 3), + light_source = (state == "source" and 8 or 5), walkable = false, pointable = false, diggable = false,