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>
This commit is contained in:
Qwertytoforty
2023-11-29 10:36:19 -05:00
committed by GitHub
parent 444d68b1c0
commit 8035aa5e09
@@ -182,9 +182,10 @@
H.f_style = "Shaved"
C.m_styles["head"] = "None"
user.visible_message(
"<span class='notice'>[user] has attached [C]'s [src] to the [amputation_point].</span>",
"<span class='notice'>You have attached [C]'s [src] to the [amputation_point].</span>")
return TRUE
"<span class='notice'>[user] has attached [C]'s [src] to the [amputation_point].</span>",
"<span class='notice'>You have attached [C]'s [src] to the [amputation_point].</span>")
return TRUE
/obj/item/organ/external/replaced(mob/living/carbon/human/target)
owner = target
loc = null