From 7b2041ea1dc8847bb824f330273f89cb32c498f2 Mon Sep 17 00:00:00 2001 From: Sligneris Date: Thu, 10 Sep 2015 20:48:25 +0200 Subject: [PATCH] Sensors - removing the random period --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 13f7b640a7a..59565e240d1 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -238,7 +238,7 @@ // Other incidentals. if(istype(suit) && suit.has_sensor == 1) - dat += "
Set sensors." + dat += "
Set sensors" if(handcuffed) dat += "
Handcuffed" if(legcuffed)