mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-20 20:55:24 +01:00
470b02443d
* Upload files * GLOBAL_LIST_INIT() used before being defined
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"
|