diff --git a/code/modules/surgery/organs_internal.dm b/code/modules/surgery/organs_internal.dm index fc96bbe0ef3..da1938eba39 100644 --- a/code/modules/surgery/organs_internal.dm +++ b/code/modules/surgery/organs_internal.dm @@ -304,8 +304,8 @@ /datum/surgery_step/internal/remove_organ/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) var/obj/item/organ/external/affected = target.get_organ(target_zone) if(!target.op_stage.current_organ) //They chose to remove their tool instead. - user.visible_message("[user] has removed \the [tool] from [target]'s [affected].", \ - "You have removed \the [tool] from [target]'s [affected].") + user.visible_message("[user] has removed \the [tool] from [target]'s [affected].", \ + "You have removed \the [tool] from [target]'s [affected].") // Extract the organ! if(target.op_stage.current_organ)