Files
2022-07-09 13:52:49 -06:00

14 lines
334 B
Plaintext

#define BELLY_MIN_SIZE 0
#define BELLY_MAX_SIZE 8
#define BELLY_STRAIN_SIZE 3 // for flavor text
#define BELLY_STRETCH_SIZE 6 // for flavor text
#define BUTT_MIN_SIZE 0
#define BUTT_MAX_SIZE_SELECTABLE 5
#define BUTT_MAX_SIZE 8
#define GENITALS_HIDDEN "hidden"
#define GENITALS_CLOTHES "clothes"
#define GENITALS_VISIBLE "visible"