mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
FBPs should cook again.
This commit is contained in:
@@ -274,6 +274,9 @@ var/global/list/damage_icon_parts = list()
|
|||||||
|
|
||||||
if(part.robotic >= ORGAN_ROBOT)
|
if(part.robotic >= ORGAN_ROBOT)
|
||||||
icon_key += "2[part.model ? "-[part.model]": ""]"
|
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)
|
else if(part.status & ORGAN_DEAD)
|
||||||
icon_key += "3"
|
icon_key += "3"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user