Files
vgstation13/__DEFINES/limb_defines.dm
13spacemen f9ecb637ea Crab Claw Hands (#36391)
* added crab claw hand organs, gotten by butchering crabs
claws can butcher, dont allow gloves, fail dexterity checks, have more punch damage

* butchering product code improvement

* generic hand datum, generic organtype def

---------

Co-authored-by: jwhitak <dilttheidiot@gmail.com>
2024-05-01 07:56:44 -04:00

21 lines
546 B
Plaintext

#define LIMB_HEAD "head"
#define LIMB_CHEST "chest"
#define LIMB_GROIN "groin"
#define LIMB_LEFT_ARM "l_arm"
#define LIMB_RIGHT_ARM "r_arm"
#define LIMB_HAND "hand"
#define LIMB_LEFT_HAND "l_hand"
#define LIMB_RIGHT_HAND "r_hand"
#define LIMB_LEFT_LEG "l_leg"
#define LIMB_RIGHT_LEG "r_leg"
#define LIMB_LEFT_FOOT "l_foot"
#define LIMB_RIGHT_FOOT "r_foot"
#define TARGET_MOUTH "mouth"
#define TARGET_EYES "eyes"
#define UNCUFF_LEGS -1
#define UNCUFF_BOTH 0
#define UNCUFF_HANDS 1
#define COSMETIC_ORGAN_TAIL "tail"