mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
|
|
#define MAX_VOICE_FREQ 70000
|
|
#define MIN_VOICE_FREQ 15000
|
|
|
|
//Size change stripping options
|
|
#define SIZESTRIP_NONE 0 //Default, no dropping items on size change
|
|
#define SIZESTRIP_ITEMS 1 //Drop all inventory slots on size change
|
|
#define SIZESTRIP_ALL 2 //Drop all inventory and remove underwear on size change
|