mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
17 lines
663 B
Plaintext
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"
|