From 625fc7f3986e4fa6b3b4fe7fce1d25dc2571ea6c Mon Sep 17 00:00:00 2001 From: coiax Date: Sat, 15 Apr 2017 18:32:16 +0100 Subject: [PATCH] Fixes embed messages starting with lowercase "the" (#26220) --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index c15917d0c42..133a11f8202 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -153,7 +153,7 @@ I.add_mob_blood(src)//it embedded itself in you, of course it's bloody! I.loc = src L.receive_damage(I.w_class*I.embedded_impact_pain_multiplier) - visible_message("\the [I.name] embeds itself in [src]'s [L.name]!","\the [I.name] embeds itself in your [L.name]!") + visible_message("[I] embeds itself in [src]'s [L.name]!","[I] embeds itself in your [L.name]!") hitpush = 0 skipcatch = 1 //can't catch the now embedded item