diff options
author | cheapie <no-email-for-you@example.com> | 2016-01-16 20:44:12 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2016-01-16 20:44:12 -0600 |
commit | fc2c67f42380500094fae21e2074900365c0181d (patch) | |
tree | 738165037396733c1d27bbdfa8807905105451a5 | |
parent | e388931cf5147a89334b29451cf99756c1742def (diff) | |
download | roads-fc2c67f42380500094fae21e2074900365c0181d.tar roads-fc2c67f42380500094fae21e2074900365c0181d.tar.gz roads-fc2c67f42380500094fae21e2074900365c0181d.tar.bz2 roads-fc2c67f42380500094fae21e2074900365c0181d.tar.xz roads-fc2c67f42380500094fae21e2074900365c0181d.zip |
Make automatic warning device light level consistent
-rw-r--r-- | infrastructure/advanced_automatic_warning_device.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |