Removed auto_use_power from process.

This commit is contained in:
Daniel García Baldomir
2015-03-06 00:05:22 +01:00
parent 73ca3b0656
commit 429b35b526

View File

@@ -14,11 +14,11 @@
if (stat & (BROKEN|NOPOWER))
return
lit = !lit
use_power = lit ? 1 : 0
update_icon()
/obj/machinery/holosign/process()
if(lit)
auto_use_power()
return
/obj/machinery/holosign/update_icon()
if (!lit)
@@ -29,6 +29,7 @@
/obj/machinery/holosign/power_change()
if (stat & NOPOWER)
lit = 0
use_power = 0
update_icon()
/obj/machinery/holosign/surgery