diff --git a/code/modules/power/turbine.dm b/code/modules/power/turbine.dm index d01a331364..d7f78635b0 100644 --- a/code/modules/power/turbine.dm +++ b/code/modules/power/turbine.dm @@ -173,6 +173,7 @@ locate_machinery() if(!compressor) stat |= BROKEN + connect_to_network() /obj/machinery/power/turbine/RefreshParts() var/P = 0 @@ -366,4 +367,4 @@ #undef COMPFRICTION #undef TURBGENQ -#undef TURBGENG \ No newline at end of file +#undef TURBGENG