mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +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)
|
||||
|
||||
@@ -437,7 +437,7 @@
|
||||
#define INVESTIGATE_WIRES "wires"
|
||||
|
||||
// The SQL version required by this version of the code
|
||||
#define SQL_VERSION 65
|
||||
#define SQL_VERSION 66
|
||||
|
||||
// Vending machine stuff
|
||||
#define CAT_NORMAL (1<<0)
|
||||
|
||||
Reference in New Issue
Block a user