mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user