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)