From 8054b08dc318df42882f40a3058175478085c4c9 Mon Sep 17 00:00:00 2001 From: nik707 <38332985+nik707@users.noreply.github.com> Date: Thu, 2 Jan 2020 23:11:40 -0600 Subject: [PATCH] reduces light power of soapstone engravings --- code/modules/library/soapstone.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/library/soapstone.dm b/code/modules/library/soapstone.dm index 295fc816e2..84edffa465 100644 --- a/code/modules/library/soapstone.dm +++ b/code/modules/library/soapstone.dm @@ -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()