Files
Bubberstation/code/__DEFINES/~skyrat_defines/_organ_defines.dm
Zergspower 7868cb3289 [Modular] Verb panel revamp - aka Granite's tired of scrolling 4 miles down a list (#23686)
* The day the nya's were heard around the world

* Easier Category sorting
2023-09-18 23:59:17 -07:00

17 lines
663 B
Plaintext

#define ORGAN_SLOT_SCANNER "scanner"
#define ORGAN_SLOT_BRAIN_NIF "nif"
#define ORGAN_SLOT_PENIS "penis"
#define ORGAN_SLOT_WOMB "womb"
#define ORGAN_SLOT_VAGINA "vagina"
#define ORGAN_SLOT_TESTICLES "testicles"
#define ORGAN_SLOT_BREASTS "breasts"
#define ORGAN_SLOT_ANUS "anus"
#define ORGAN_SLOT_NIPPLES "nipples"
#define ORGAN_SLOT_TAIL "tail"
#define ORGAN_SLOT_SLIT "slit"
#define ORGAN_SLOT_SHEATH "sheath"
#define ORGAN_ERP_LIST list(ORGAN_SLOT_PENIS, ORGAN_SLOT_WOMB, ORGAN_SLOT_VAGINA, ORGAN_SLOT_TESTICLES, ORGAN_SLOT_BREASTS, ORGAN_SLOT_ANUS, ORGAN_SLOT_NIPPLES, ORGAN_SLOT_TAIL, ORGAN_SLOT_SLIT, ORGAN_SLOT_SHEATH)
#define ORGAN_SLOT_WINGS "wings"