diff --git a/code/modules/power/turbine.dm b/code/modules/power/turbine.dm index 8f978646c3938..900360b01ba61 100644 --- a/code/modules/power/turbine.dm +++ b/code/modules/power/turbine.dm @@ -119,6 +119,10 @@ #define TURBGENG 0.8 /obj/machinery/power/turbine/Process() +//[SIERRA-ADD] + if(!compressor) + return +//[SIERRA-ADD] Мод делать ради двух строк не хочу if(!compressor.starter) return ClearOverlays()