modular_nova/modules/bodyparts/code/protean_bodyparts.dm 
| /obj/item/bodypart/head/robot/protean | Protean Bodypart Types |
|---|---|
| /obj/item/bodypart/leg/right/robot/protean | -- Legs (support digitigrade) -- |
| /obj/item/bodypart/leg/right/robot/protean/digitigrade | -- Digitigrade variants -- |
| /datum/component/protean_limb | Protean Limb Component |
| /proc/get_protean_modsuit | -- Helper procs -- Gets the protean modsuit from a mob's chest component. Returns null if not protean or no modsuit. |
| /proc/get_protean_chest_component | Gets the protean chest component from a mob. Returns null if not protean. |
| /proc/set_protean_modsuit | Sets the protean modsuit on a mob's chest component. Returns TRUE on success. |