mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Bad init calls fixes (#6937)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
var/obj/item/weapon/implant/integrated_circuit/implant = null
|
||||
|
||||
/obj/item/device/electronic_assembly/Initialize(mapload, printed = FALSE)
|
||||
..()
|
||||
. = ..()
|
||||
if (!printed)
|
||||
battery = new(src)
|
||||
START_PROCESSING(SSelectronics, src)
|
||||
|
||||
Reference in New Issue
Block a user