mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
LIGHTING IS BACK.
AND A SHITLOAD FASTER. SANIC.
This commit is contained in:
@@ -16,7 +16,7 @@ it creates. All the menus and other manipulation commands are in the R&D console
|
||||
build_time = PROTOLATHE_BUILD_TIME
|
||||
build_number = 2
|
||||
|
||||
l_color = "#7BF9FF"
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
|
||||
research_flags = CONSOLECONTROL | HASOUTPUT | TAKESMATIN | HASMAT_OVER | LOCKBOXES
|
||||
|
||||
@@ -36,9 +36,9 @@ it creates. All the menus and other manipulation commands are in the R&D console
|
||||
/obj/machinery/r_n_d/fabricator/protolathe/power_change()
|
||||
..()
|
||||
if(!(stat & (BROKEN|NOPOWER)))
|
||||
SetLuminosity(2)
|
||||
set_light(2)
|
||||
else
|
||||
SetLuminosity(0)
|
||||
set_light(0)
|
||||
|
||||
/obj/machinery/r_n_d/fabricator/protolathe/New()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user