From 8035aa5e09771dac7ea8cf224e90bf54eec4af37 Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Wed, 29 Nov 2023 10:36:19 -0500
Subject: [PATCH] fixes badly tabbed return true on limbs (#23386)
* fixes badly tabbed return true on limbs
* Update code/modules/surgery/organs/organ_external.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
---------
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
---
code/modules/surgery/organs/organ_external.dm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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