code/__DEFINES/~nova_defines/mobs.dm 
| BODYPART_ICON_HUMAN | Defines for icons used for modular bodyparts, created to make it easier to relocate the module or files if necessary. |
|---|---|
| BODYPART_ICON_HARPY | Defines for special modular bodypart variants, like harpy legs. |
| TAUR_VARIATION_NONE | Worn icon rendering macros and defines Should do nothing with the icon. |
| TAUR_VARIATION_CROP | Should crop the bottom half off this clothing icon |
| TAUR_VARIATION_BIG_LEGS | Should generate a big legs mask for this clothing icon |
| GET_TAUR_VARIATION | Derives which taur handling applies for ITEM on a SHAPE-shaped wearer. SHAPE should have taur bits pre-masked if the rendered file is already taur-fitted. |
Define Details
BODYPART_ICON_HARPY 
Defines for special modular bodypart variants, like harpy legs.
BODYPART_ICON_HUMAN 
Defines for icons used for modular bodyparts, created to make it easier to relocate the module or files if necessary.
GET_TAUR_VARIATION 
Derives which taur handling applies for ITEM on a SHAPE-shaped wearer. SHAPE should have taur bits pre-masked if the rendered file is already taur-fitted.
TAUR_VARIATION_BIG_LEGS 
Should generate a big legs mask for this clothing icon
TAUR_VARIATION_CROP 
Should crop the bottom half off this clothing icon
TAUR_VARIATION_NONE 
Worn icon rendering macros and defines Should do nothing with the icon.