diff --git a/code/modules/library/soapstone.dm b/code/modules/library/soapstone.dm index 84edffa465..0d7ae7107b 100644 --- a/code/modules/library/soapstone.dm +++ b/code/modules/library/soapstone.dm @@ -117,6 +117,7 @@ anchored = TRUE max_integrity = 30 layer = LATTICE_LAYER + light_power = 0.3 var/hidden_message var/creator_key @@ -153,7 +154,6 @@ 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()