From 541d22633d1d2b54f40cd4c4dda2dd2d01a54268 Mon Sep 17 00:00:00 2001 From: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:21:40 -0500 Subject: [PATCH 1/2] 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 --- 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 From 9751862dc3bcfc064c598a8b848fa6b93a1078bd Mon Sep 17 00:00:00 2001 From: StealsThePRs Date: Sat, 14 Dec 2024 00:22:08 +0300 Subject: [PATCH 2/2] [MIRROR] Fixes ears getting sprites they shouldn't be getting when they're set to not having visuals