diff --git a/code/modules/power/tesla/coil.dm b/code/modules/power/tesla/coil.dm index 7c79d16b48..1000fa5c8b 100644 --- a/code/modules/power/tesla/coil.dm +++ b/code/modules/power/tesla/coil.dm @@ -139,6 +139,10 @@ return return ..() +/obj/machinery/power/tesla_coil/research/on_construction() + if(anchored) + connect_to_network() + /obj/machinery/power/grounding_rod name = "grounding rod" desc = "Keep an area from being fried from Edison's Bane."