From 60bf17156a3f0c818af3645e43569e377c82db4d Mon Sep 17 00:00:00 2001 From: Nerd Lord Date: Tue, 12 Jan 2016 21:55:15 -0500 Subject: [PATCH] Adds a space between the follow link and ayylien chat. --- code/modules/mob/living/carbon/human/species_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""