From f7d79855a0bf68fed650f9cbaaa01984dd9f69fa Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 17 Mar 2018 14:58:36 -0400 Subject: [PATCH] POLARIS: Fix a call to the wrong update icons in prom regen --- code/modules/mob/living/carbon/human/human_powers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_powers.dm b/code/modules/mob/living/carbon/human/human_powers.dm index 67934042561..471841049da 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!")