* Upload files * Update items.dm * Update files * Update files * Update strippable.dm * Update strippable * Update strippable.dm * Upload files * Update files * Update files * Update files * update files * Update files * Update dog.dm * Update strippable.dm * Update equipping * Update strippable.d * Upload files * Upload files * Update monkey.dm
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
// All of these must be matched in StripMenu.js.
|
|
#define STRIPPABLE_ITEM_HEAD "head"
|
|
#define STRIPPABLE_ITEM_BACK "back"
|
|
#define STRIPPABLE_ITEM_MASK "mask"
|
|
#define STRIPPABLE_ITEM_NECK "neck"
|
|
#define STRIPPABLE_ITEM_EYES "eyes"
|
|
#define STRIPPABLE_ITEM_EARS "ears"
|
|
#define STRIPPABLE_ITEM_JUMPSUIT "jumpsuit"
|
|
#define STRIPPABLE_ITEM_SUIT "suit"
|
|
#define STRIPPABLE_ITEM_GLOVES "gloves"
|
|
#define STRIPPABLE_ITEM_FEET "shoes"
|
|
#define STRIPPABLE_ITEM_SUIT_STORAGE "suit_storage"
|
|
#define STRIPPABLE_ITEM_ID "id"
|
|
#define STRIPPABLE_ITEM_BELT "belt"
|
|
#define STRIPPABLE_ITEM_LPOCKET "left_pocket"
|
|
#define STRIPPABLE_ITEM_RPOCKET "right_pocket"
|
|
#define STRIPPABLE_ITEM_LHAND "left_hand"
|
|
#define STRIPPABLE_ITEM_RHAND "right_hand"
|
|
#define STRIPPABLE_ITEM_HANDCUFFS "handcuffs"
|
|
#define STRIPPABLE_ITEM_LEGCUFFS "legcuffs"
|
|
#define STRIPPABLE_ITEM_CORGI_COLLAR "corgi_collar"
|
|
#define STRIPPABLE_ITEM_PARROT_HEADSET "parrot_headset"
|
|
|
|
/// This slot is not obscured.
|
|
#define STRIPPABLE_OBSCURING_NONE 0
|
|
|
|
/// This slot is completely obscured, and cannot be accessed.
|
|
#define STRIPPABLE_OBSCURING_COMPLETELY 1
|
|
|
|
/// This slot can't be seen, but can be accessed.
|
|
#define STRIPPABLE_OBSCURING_HIDDEN 2
|