How do I grammar?

This commit is contained in:
Spamcat
2013-07-08 22:56:35 +04:00
parent 0e153b7226
commit c8eb9df6ac
2 changed files with 2 additions and 2 deletions
@@ -213,7 +213,7 @@
if(istype(usr, /mob/living/carbon/human) && usr.stat == 0)
spawn(15)
if(pulse == PULSE_NONE)
usr << "<span class='deadsay'>[t_He] has no pulse [src.client ? "" : "and [t_his] soul has departed"]...</span>"
usr << "<span class='deadsay'>[t_He] has no pulse[src.client ? "" : " and [t_his] soul has departed"]...</span>"
else
usr << "<span class='deadsay'>[t_He] has a pulse!</span>"
@@ -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