Tweak corium light settings

Flowing corium appeared too dark.
This commit is contained in:
Zefram 2014-07-23 23:40:21 +01:00 committed by Vanessa Ezekowitz
parent c5e9480d99
commit e11f0f8817
1 changed files with 1 additions and 1 deletions

View 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,