diff --git a/code/modules/mob/living/carbon/human/human_powers.dm b/code/modules/mob/living/carbon/human/human_powers.dm
index 6793404256..471841049d 100644
--- a/code/modules/mob/living/carbon/human/human_powers.dm
+++ b/code/modules/mob/living/carbon/human/human_powers.dm
@@ -273,7 +273,7 @@
var/obj/item/organ/O = new limb_path(src)
organ_data["descriptor"] = O.name
to_chat(src, "You feel a slithering sensation as your [O.name] reform.")
- update_icons_all()
+ update_icons_body()
active_regen = FALSE
else
to_chat(src, "Your regeneration is interrupted!")