Files
VOREStation/code/__defines/size.dm
T
SatinIsle 391c96c4ef Allows stripping people by resizing (#19038)
* Allows stripping people by resizing

Added a new preference that allows you to drop all of your items and possibly underwear upon being suddenly resized by more than 30%.

This also adds a variable to resize() that determines whether a specific method can trigger the stripping.
It is currently enabled on size guns and bluespace crackers only, I want to add it on a case by case basis.

* More info in tooltip

* Fix mistake

* Fix the other one too

* modern style

* Update vore_prefs.dm

* Turns defines into numbers

* Makes the new preference a dropdown

The edit mode is forced to true as the preferences page does not use edit modes.
Tested and it works fine.

* dropdown

* sublist

* .

* string keys

* tooltip

* .

* Current progress (broken)

* Fixes things

Tested and they work as expected

* please never do this

* .

* Make belly temps save

* move by 1 second

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2026-01-22 22:54:14 +01:00

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