Merge pull request #8914 from Ghommie/Ghommie-cit147

Updating spraycans and crayons.
This commit is contained in:
kevinz000
2019-09-28 00:20:42 -07:00
committed by GitHub
7 changed files with 125 additions and 85 deletions
+5
View File
@@ -323,6 +323,8 @@
var/BR = brightness
var/PO = bulb_power
var/CO = bulb_colour
if(color)
CO = color
var/area/A = get_area(src)
if (A && A.fire)
CO = bulb_emergency_colour
@@ -360,6 +362,9 @@
else
removeStaticPower(static_power_used, STATIC_LIGHT)
/obj/machinery/light/update_atom_colour()
. = ..()
update()
/obj/machinery/light/process()
if (!cell)