From fc2c67f42380500094fae21e2074900365c0181d Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 16 Jan 2016 20:44:12 -0600 Subject: Make automatic warning device light level consistent --- infrastructure/advanced_automatic_warning_device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/advanced_automatic_warning_device.lua b/infrastructure/advanced_automatic_warning_device.lua index b938c07..786f527 100644 --- a/infrastructure/advanced_automatic_warning_device.lua +++ b/infrastructure/advanced_automatic_warning_device.lua @@ -226,7 +226,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_center_on drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", - light_source = LIGHT_SOURCE, + light_source = AUTOMATIC_WARNING_DEVICE_LIGHT_RANGE, node_box = { type = "fixed", fixed = { -- cgit v1.2.3