This commit is contained in:
Matt Milosevic
2016-06-01 22:07:43 +02:00
parent 03c1a907b9
commit a368dcaa1a
+2 -2
View File
@@ -22,9 +22,9 @@
. = ..()
update_icon()
if(stat & NOPOWER)
src.set_light(0)
set_light(0)
else
src.set_light(3, 3)
set_light(3, 3)
/obj/machinery/gameboard/update_icon()
if(stat & NOPOWER)