Merge pull request #3260 from VOREStation/aro-regenvanish

Fix a call to the wrong update icons in prom regen
This commit is contained in:
Leshana
2018-03-17 20:09:20 -04:00
committed by GitHub
@@ -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>")