Files
vgstation13/__DEFINES/limb_defines.dm
Anthony "Shifty Rail 189f77cbb7 Refactors player preferences for modularity + SQLite Unit Test (#37615)
* Pref code refactor

* Empty database reference

* Unit testing SQLite

* Everything else

* Disable unit testing.

* Equivalent

* more robust unit tests
2025-06-07 09:54:09 -04:00

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"