diff --git a/code/modules/surgery/organs/organ_external.dm b/code/modules/surgery/organs/organ_external.dm
index 4a913730ba9..1111aee9f6b 100644
--- a/code/modules/surgery/organs/organ_external.dm
+++ b/code/modules/surgery/organs/organ_external.dm
@@ -182,9 +182,10 @@
H.f_style = "Shaved"
C.m_styles["head"] = "None"
user.visible_message(
- "[user] has attached [C]'s [src] to the [amputation_point].",
- "You have attached [C]'s [src] to the [amputation_point].")
- return TRUE
+ "[user] has attached [C]'s [src] to the [amputation_point].",
+ "You have attached [C]'s [src] to the [amputation_point].")
+ return TRUE
+
/obj/item/organ/external/replaced(mob/living/carbon/human/target)
owner = target
loc = null