From bc0b11d62bf3b3aee1139543f3478cb73740b2f8 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Tue, 4 May 2021 14:06:41 +0100 Subject: [PATCH] bug fix ssd --- code/modules/mob/living/carbon/life.dm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 8e29859a..a34a623d 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -556,10 +556,11 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put var/restingpwr = 1 + 4 * resting - if(!client) - add_status_indicator("ssd") - else - remove_status_indicator("ssd") + if(ckey) + if(!client) + add_status_indicator("ssd") + else + remove_status_indicator("ssd") //Dizziness if(dizziness)