LIGHTING IS BACK.

AND A SHITLOAD FASTER.

SANIC.
This commit is contained in:
PJB3005
2015-07-21 12:54:42 +02:00
parent 54a563cb0d
commit 3bc5d86263
192 changed files with 1502 additions and 1145 deletions

View File

@@ -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()
. = ..()