@@ -49,7 +49,6 @@
|
||||
var/comp_light_color //The color of that light
|
||||
|
||||
|
||||
|
||||
/obj/item/device/modular_computer/Initialize()
|
||||
. = ..()
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
if(battery_module && battery_module.battery)
|
||||
return battery_module.battery
|
||||
|
||||
|
||||
// Used in following function to reduce copypaste
|
||||
/obj/item/device/modular_computer/proc/power_failure()
|
||||
if(enabled) // Shut down the computer
|
||||
|
||||
Reference in New Issue
Block a user