mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-28 07:06:16 +01:00
Merge pull request #168 from Azarak/spraylights
Updates spraycans and crayons to be up to date with Citadel (colored lights and more designs to draw)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user