From b25a6cb9bb53bbad4ec7cf40ccb61f7ff182d28a Mon Sep 17 00:00:00 2001 From: cib Date: Tue, 5 Mar 2013 04:25:21 +0100 Subject: [PATCH] Typofix --- code/modules/surgery/ribcage.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/ribcage.dm b/code/modules/surgery/ribcage.dm index b4d304b0eea..7cd308abc4d 100644 --- a/code/modules/surgery/ribcage.dm +++ b/code/modules/surgery/ribcage.dm @@ -201,7 +201,7 @@ user.visible_message("[user] starts mending the bruises on [target]'s liver with \the [tool].", \ "You start mending the bruises on [target]'s liver with \the [tool]." ) if(kidney.damage > 0) - user.visible_message("[user] starts mending the bruises on [target]'s liver with \the [tool].", \ + user.visible_message("[user] starts mending the bruises on [target]'s kidney with \the [tool].", \ "You start mending the bruises on [target]'s kidney with \the [tool]." ) target.custom_pain("The pain in your chest is living hell!",1) ..()