mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-12 16:22:42 +01:00
14 lines
334 B
Plaintext
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"
|