From 5e8a82bb0ac21a5c3337d763554827039c43aee6 Mon Sep 17 00:00:00 2001 From: Hubblenaut Date: Wed, 18 Jun 2014 23:11:01 +0200 Subject: [PATCH] Fixes text color in advanced trauma kit surgery step --- code/modules/surgery/ribcage.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/ribcage.dm b/code/modules/surgery/ribcage.dm index 7515fa0529a..c48c77f16dd 100644 --- a/code/modules/surgery/ribcage.dm +++ b/code/modules/surgery/ribcage.dm @@ -220,7 +220,7 @@ user.visible_message("[user] starts treating damage to [target]'s [I.name] with [tool_name].", \ "You start treating damage to [target]'s [I.name] with [tool_name]." ) else - user.visible_message("\blue [user] attempts to repair [target]'s mechanical [I.name] with [tool_name]...", \ + user.visible_message("[user] attempts to repair [target]'s mechanical [I.name] with [tool_name]...", \ "\blue You attempt to repair [target]'s mechanical [I.name] with [tool_name]...") target.custom_pain("The pain in your chest is living hell!",1) @@ -239,7 +239,7 @@ for(var/datum/organ/internal/I in chest.internal_organs) if(I && I.damage > 0) if(I.robotic < 2) - user.visible_message("[user] treats damage to [target]'s [I.name] with [tool_name].", \ + user.visible_message("\blue [user] treats damage to [target]'s [I.name] with [tool_name].", \ "You treat damage to [target]'s [I.name] with [tool_name]." ) else user.visible_message("\blue [user] pokes [target]'s mechanical [I.name] with [tool_name]...", \