diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 4f3857841d7a..d16079014000 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -763,9 +763,9 @@ if(LB.bodypart_disabled) isdisabled = " is disabled" if(no_damage) - isdisabled += " but otherwise " + isdisabled += " but otherwise" else - isdisabled += " and " + isdisabled += " and" combined_msg += "\t Your [LB.name][isdisabled][self_aware ? " has " : " is "][status]." for(var/obj/item/I in LB.embedded_objects)