Files
SandPoot 470b02443d Reorganizes code/__DEFINES/sandcode (#236)
* Upload files

* GLOBAL_LIST_INIT() used before being defined
2022-03-20 21:02:45 -03:00

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"