diff --git a/code/modules/mob/living/carbon/human/species_types.dm b/code/modules/mob/living/carbon/human/species_types.dm index 177a21f0589..3eb97f4c0ef 100644 --- a/code/modules/mob/living/carbon/human/species_types.dm +++ b/code/modules/mob/living/carbon/human/species_types.dm @@ -466,7 +466,7 @@ datum/species/human/spec_death(gibbed, mob/living/carbon/human/H) if(target_spec.team == team) H << rendered for(var/mob/M in dead_mob_list) - M << "(F)[rendered]" + M << "(F) [rendered]" return ""