From 793018ced1e9e7680a2f536a75f4e17772bdbd39 Mon Sep 17 00:00:00 2001 From: Xander3359 <66163761+Xander3359@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:10:56 -0400 Subject: [PATCH] [NO GBP] Fix the pre-built voltaic heart not having shock immunity (#93201) ## About The Pull Request Fix the pre-built voltaic heart not having shock immunity ## Why It's Good For The Game This is admin-spawn only (I hope?) But it's still a bug ## Changelog :cl: fix: Fixed the pre-built (admin spawn) voltaic combat heart not having shock immunity /:cl: --- code/modules/surgery/organs/internal/heart/heart_anomalock.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/organs/internal/heart/heart_anomalock.dm b/code/modules/surgery/organs/internal/heart/heart_anomalock.dm index fe7b726d00a..de2fc9626d6 100644 --- a/code/modules/surgery/organs/internal/heart/heart_anomalock.dm +++ b/code/modules/surgery/organs/internal/heart/heart_anomalock.dm @@ -175,6 +175,7 @@ /obj/item/organ/heart/cybernetic/anomalock/prebuilt/Initialize(mapload) . = ..() core = new /obj/item/assembly/signaler/anomaly/flux(src) + add_organ_trait(TRAIT_SHOCKIMMUNE) update_icon_state() /datum/status_effect/voltaic_overdrive