From d97c2bc134f479c8e55a00dd75efbd453af56ff4 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 10 Mar 2018 07:34:28 -0600 Subject: [PATCH] [MIRROR] Constructed turbines now properly connect_to_network() (#5889) * Constructed turbines now properly connect_to_network() (#36222) * Constructed turbines now properly connect_to_network() --- code/modules/power/turbine.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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