From 8a2135c9179d031046fdccb4005a26244fa006ed Mon Sep 17 00:00:00 2001 From: HarpyEagle Date: Wed, 25 May 2016 05:53:51 -0400 Subject: [PATCH] Replaces macro with span --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 0f1b5700260..4eaf5aa8fef 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -334,7 +334,7 @@ return //actually throw it! - src.visible_message("\red [src] has thrown [item].") + src.visible_message("[src] has thrown [item].") if(!src.lastarea) src.lastarea = get_area(src.loc)