Tweak corium light settings
authorZefram <zefram@fysh.org>
Wed, 23 Jul 2014 22:40:21 +0000 (23:40 +0100)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Wed, 23 Jul 2014 22:45:50 +0000 (18:45 -0400)
Flowing corium appeared too dark.

technic/machines/HV/nuclear_reactor.lua

index 003ca6b3d9735bfd0231da25d2ba448b17fa69a3..b240a9ddbdaec2a57d7ce652e2a9be7545f2a6fc 100644 (file)
@@ -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,