mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
/// LOADOUT STUFF
|
|
|
|
/// The category for all underwear, includes underwear, shirt and socks
|
|
#define LOADOUT_CATEGORY_GENERAL_UNDER "General Underwear"
|
|
/// Subcategory for underwear
|
|
#define LOADOUT_SUBCATEGORY_UNDERWEAR "Underwear"
|
|
/// Subcategory for shirts
|
|
#define LOADOUT_SUBCATEGORY_SHIRT "Shirt"
|
|
/// Subcategory for socks
|
|
#define LOADOUT_SUBCATEGORY_SOCKS "Socks"
|
|
|
|
/// Category for wrist items
|
|
#define LOADOUT_CATEGORY_WRISTS "Wrists"
|
|
/// Subcategory for watches
|
|
#define LOADOUT_SUBCATEGORY_WATCHES "Watches"
|