added get_cell() proc to remaining items using cells

This commit is contained in:
Arkatos1
2019-05-18 23:52:18 +02:00
parent e000e29b09
commit fdd2ca94d4
16 changed files with 47 additions and 7 deletions
+3 -1
View File
@@ -117,7 +117,6 @@
lighting = 0
operating = 0
/obj/machinery/power/apc/noalarm
report_power_alarm = 0
@@ -133,6 +132,9 @@
usesound = 'sound/items/deconstruct.ogg'
toolspeed = 1
/obj/machinery/power/apc/get_cell()
return cell
/obj/machinery/power/apc/connect_to_network()
//Override because the APC does not directly connect to the network; it goes through a terminal.
//The terminal is what the power computer looks for anyway.