mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
diff a/code/modules/modular_computers/computers/item/computer.dm b/code/modules/modular_computers/computers/item/computer.dm (rejected hunks)
|
|
@@ -49,9 +49,6 @@
|
|
var/comp_light_color //The color of that light
|
|
|
|
|
|
-/obj/item/device/modular_computer/New()
|
|
- all_components = list()
|
|
-
|
|
/obj/item/device/modular_computer/Initialize()
|
|
. = ..()
|
|
START_PROCESSING(SSobj, src)
|