From d30872024c84be4326ae21ec515e6da694d64a97 Mon Sep 17 00:00:00 2001 From: Razharas Date: Fri, 16 Jan 2015 04:31:02 +0300 Subject: [PATCH] And other readibility improvement --- code/modules/power/turbine.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/power/turbine.dm b/code/modules/power/turbine.dm index 540270c3631..3e82df3d402 100644 --- a/code/modules/power/turbine.dm +++ b/code/modules/power/turbine.dm @@ -372,8 +372,7 @@ if(compressor && compressor.turbine) dat += "
Gas turbine remote control system
" if(compressor.stat || compressor.turbine.stat) - dat += "[compressor.stat ? "Compressor is inoperable
" : ""]" - dat += "[compressor.turbine.stat ? "Turbine is inoperable" : ""]" + dat += "[compressor.stat ? "Compressor is inoperable
" : "Turbine is inoperable"]" else dat += {"Turbine status: [ src.compressor.starter ? "Off On" : "Off On"] \n