From 0d094bed13f1700ea2ef1924ecf089c9d96dda83 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Tue, 9 Oct 2018 07:50:37 -0400 Subject: update street_signs, signs_lib, and unifieddyes --- unifieddyes/init.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'unifieddyes') diff --git a/unifieddyes/init.lua b/unifieddyes/init.lua index 47f8384..838d67e 100644 --- a/unifieddyes/init.lua +++ b/unifieddyes/init.lua @@ -99,6 +99,14 @@ unifieddyes.VALS = { "dark_" } +unifieddyes.VALS_SPLIT = { + "faint_", + "light_", + "", + "medium_", + "dark_" +} + unifieddyes.VALS_EXTENDED = { "faint_", "pastel_", @@ -282,7 +290,7 @@ end function unifieddyes.register_color_craft(craft) local hues_table = unifieddyes.HUES_EXTENDED local sats_table = unifieddyes.SATS - local vals_table = unifieddyes.VALS + local vals_table = unifieddyes.VALS_SPLIT local greys_table = unifieddyes.GREYS if craft.palette == "wallmounted" then -- cgit v1.2.3