mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
* Pref code refactor * Empty database reference * Unit testing SQLite * Everything else * Disable unit testing. * Equivalent * more robust unit tests
27 lines
692 B
Plaintext
27 lines
692 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 LIMB_HEART "heart"
|
|
#define LIMB_EYES "eyes"
|
|
#define LIMB_LUNG "lungs"
|
|
#define LIMB_LIVER "liver"
|
|
#define LIMB_KIDNEYS "kidneys"
|
|
|
|
#define UNCUFF_LEGS -1
|
|
#define UNCUFF_BOTH 0
|
|
#define UNCUFF_HANDS 1
|
|
|
|
#define COSMETIC_ORGAN_TAIL "tail"
|