From bada5360d7a88c9cb552b1b8e1ffdb6cb92b53ee Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:19:53 +0300 Subject: [PATCH] [MIRROR] Fixes ears getting sprites they shouldn't be getting when they're set to not having visuals (#5234) * Fixes ears getting sprites they shouldn't be getting when they're set to not having visuals (#4641) * Fixes ears getting sprites they shouldn't be getting when they're set to not having visuals * Swap this to enter_wardrobe --------- Co-authored-by: Fluffles * [MIRROR] Fixes ears getting sprites they shouldn't be getting when they're set to not having visuals --------- Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: Fluffles Co-authored-by: StealsThePRs --- code/modules/surgery/organs/internal/_internal_organ.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/organs/internal/_internal_organ.dm b/code/modules/surgery/organs/internal/_internal_organ.dm index 8b7bd354931..2568ca942cd 100644 --- a/code/modules/surgery/organs/internal/_internal_organ.dm +++ b/code/modules/surgery/organs/internal/_internal_organ.dm @@ -75,6 +75,7 @@ //See above /obj/item/organ/internal/enter_wardrobe() + bodypart_overlay?.imprint_on_next_insertion = TRUE // NOVA EDIT ADDITION - Make sure whoever gets it next gets the right DNA STOP_PROCESSING(SSobj, src) ///Organs don't die instantly, and neither should you when you get fucked up