Revert "Ports tgstation's Color Standardization, adds Color Defines and Signals"

This commit is contained in:
Dahlular
2022-07-06 17:15:00 -06:00
committed by GitHub
parent c6d12d52e1
commit 0cc2229789
188 changed files with 652 additions and 715 deletions
+3 -1
View File
@@ -152,7 +152,9 @@
var/hash = md5(hidden_message)
var/newcolor = copytext_char(hash, 1, 7)
add_atom_colour("#[newcolor]", FIXED_COLOUR_PRIORITY)
set_light(1, 0.3, "#[newcolor]")
light_color = "#[newcolor]"
light_power = 0.3
set_light(1)
/obj/structure/chisel_message/proc/pack()
var/list/data = list()