Merge pull request #1 from nik707/nik707-patch-1

reduces light power of soapstone engravings
This commit is contained in:
nik707
2020-01-02 23:11:54 -06:00
committed by GitHub
+1
View File
@@ -153,6 +153,7 @@
var/newcolor = copytext(hash, 1, 7)
add_atom_colour("#[newcolor]", FIXED_COLOUR_PRIORITY)
light_color = "#[newcolor]"
light_power = 0.3
set_light(1)
/obj/structure/chisel_message/proc/pack()