FBPs should cook again.

This commit is contained in:
Anewbe
2017-05-22 22:24:15 -05:00
parent dcb31bca22
commit 23f70f0b3a

View File

@@ -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