mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Reverts Slime/IPC Imitation Cosmetics (#28695)
* Initial commit * Removes unused define * oops
This commit is contained in:
@@ -110,10 +110,9 @@
|
||||
#define HAS_ALT_HEADS (1<<11)
|
||||
#define HAS_WING (1<<12)
|
||||
#define HAS_BODYACC_COLOR (1<<13)
|
||||
#define HAS_SPECIES_SUBTYPE (1<<14)
|
||||
#define BALD (1<<15)
|
||||
#define ALL_RPARTS (1<<16)
|
||||
#define SHAVED (1<<17)
|
||||
#define BALD (1<<14)
|
||||
#define ALL_RPARTS (1<<15)
|
||||
#define SHAVED (1<<16)
|
||||
|
||||
//Pre-baked combinations of the above body flags
|
||||
#define HAS_BODY_ACCESSORY (HAS_TAIL | HAS_WING)
|
||||
|
||||
Reference in New Issue
Block a user