From 0439af24d57933e87e9fdd7a12771b7b3b0b070a Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Sun, 29 Apr 2012 17:38:39 +0100 Subject: [PATCH] Fixes grammar problems in examine. --- code/modules/mob/living/carbon/human/examine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 15526ed9dff..e1d2364f92e 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -205,9 +205,9 @@ if (src.cloneloss) if (src.cloneloss < 30) - msg += "[t_He] [t_has] looks slightly... unfinished?\n" + msg += "[t_He] looks slightly... unfinished?\n" else - msg += "[t_He] [t_has] looks very... unfinished?\n" + msg += "[t_He] looks very... unfinished?\n" /* if (src.getFireLoss()) if (src.getFireLoss() < 30)