From 8be67352ea88f58e329e143edc695e60633c1ded Mon Sep 17 00:00:00 2001 From: Segrain Date: Fri, 11 Oct 2013 10:16:00 +0300 Subject: [PATCH] Typo fix. --- code/modules/surgery/braincore.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/braincore.dm b/code/modules/surgery/braincore.dm index f4d81d37f59..c95904dcd7c 100644 --- a/code/modules/surgery/braincore.dm +++ b/code/modules/surgery/braincore.dm @@ -122,8 +122,8 @@ return ..() && target.brain_op_stage == 2 begin_step(mob/user, mob/living/carbon/human/target, target_zone, obj/item/tool) - user.visible_message("[user] starts taking out bone chips and out of [target]'s brain with \the [tool].", \ - "You start taking out bone chips and out of [target]'s brain with \the [tool].") + user.visible_message("[user] starts taking out bone chips out of [target]'s brain with \the [tool].", \ + "You start taking out bone chips out of [target]'s brain with \the [tool].") ..() end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)