Merge pull request #3467 from Anewbe/fbp_cooking

FBPs should cook again.
This commit is contained in:
Neerti
2017-05-22 23:46:49 -04:00
committed by GitHub
@@ -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