mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +01:00
12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
/// Modular file strippable items, we do have extra slots only here.
|
|
/// Right ear strippable slot
|
|
#define STRIPPABLE_ITEM_EARS_EXTRA "ears_extra"
|
|
/// Wrists strippable slot
|
|
#define STRIPPABLE_ITEM_WRISTS "wrists"
|
|
/// Socks strippable slot
|
|
#define STRIPPABLE_ITEM_SOCKS "socks"
|
|
/// Undershirt strippable slot
|
|
#define STRIPPABLE_ITEM_UNDERSHIRT "undershirt"
|
|
/// Underwear strippable slot
|
|
#define STRIPPABLE_ITEM_UNDERWEAR "underwear"
|