Skip to content

Commit

Permalink
fixruntimeturbine
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Dec 15, 2024
1 parent eedb2e3 commit 03b72a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/power/turbine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 03b72a5

Please sign in to comment.