POLARIS: Fix a call to the wrong update icons in prom regen

This commit is contained in:
Arokha Sieyes
2018-03-25 17:14:21 -04:00
parent e8258ff13f
commit f7d79855a0
@@ -273,7 +273,7 @@
var/obj/item/organ/O = new limb_path(src)
organ_data["descriptor"] = O.name
to_chat(src, "<span class='notice'>You feel a slithering sensation as your [O.name] reform.</span>")
update_icons_all()
update_icons_body()
active_regen = FALSE
else
to_chat(src, "<span class='critical'>Your regeneration is interrupted!</span>")