From e11f0f8817bf263ad7ca4512757279ac01f62fc1 Mon Sep 17 00:00:00 2001 From: Zefram Date: Wed, 23 Jul 2014 23:40:21 +0100 Subject: [PATCH] Tweak corium light settings Flowing corium appeared too dark. --- technic/machines/HV/nuclear_reactor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,