From 03b72a515eaa864cbcdaad5fc36b2a344177404f Mon Sep 17 00:00:00 2001 From: Lexanx <61974560+Lexanx@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:32:56 +0300 Subject: [PATCH] fixruntimeturbine --- code/modules/power/turbine.dm | 4 ++++ 1 file changed, 4 insertions(+) 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()