From 23f70f0b3a412eaed68e36f4ad698eab9c478923 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 22 May 2017 22:24:15 -0500 Subject: [PATCH] FBPs should cook again. --- code/modules/mob/living/carbon/human/update_icons.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index 1924bd5e78..8a2513a54a 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -274,6 +274,9 @@ var/global/list/damage_icon_parts = list() if(part.robotic >= ORGAN_ROBOT) icon_key += "2[part.model ? "-[part.model]": ""]" + robolimb_count++ + if(part.organ_tag == BP_HEAD || part.organ_tag == BP_TORSO || part.organ_tag == BP_GROIN) + robobody_count ++ else if(part.status & ORGAN_DEAD) icon_key += "3" else