mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
* 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>
21 lines
546 B
Plaintext
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"
|