From c8eb9df6ac7545a00472b2a2551e64b0df3aa772 Mon Sep 17 00:00:00 2001 From: Spamcat Date: Mon, 8 Jul 2013 22:56:35 +0400 Subject: [PATCH] How do I grammar? --- code/modules/mob/living/carbon/human/examine.dm | 2 +- code/modules/mob/living/carbon/human/human.dm | 2 +- 2 files 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 754f3b13c73..95b2e678119 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -213,7 +213,7 @@ if(istype(usr, /mob/living/carbon/human) && usr.stat == 0) spawn(15) if(pulse == PULSE_NONE) - usr << "[t_He] has no pulse [src.client ? "" : "and [t_his] soul has departed"]..." + usr << "[t_He] has no pulse[src.client ? "" : " and [t_his] soul has departed"]..." else usr << "[t_He] has a pulse!" diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index c357004ecee..367c2309164 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1238,7 +1238,7 @@ mob/living/carbon/human/yank_out_object() "You begin counting your pulse.") if(src.pulse) - usr << "\blue [self ? "You have a" : "[src] has"] pulse! Counting..." + usr << "\blue [self ? "You have a" : "[src] has a"] pulse! Counting..." else usr << "\red [src] has no pulse!" //it is REALLY UNLIKELY that a dead person would check his own pulse return