mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Merge pull request #6170 from Fox-McCloud/species-lever-options
Adds Species Levers
This commit is contained in:
@@ -39,11 +39,10 @@
|
||||
#define IS_PLANT 128
|
||||
#define CAN_BE_FAT 256
|
||||
#define NO_INTORGANS 512
|
||||
#define NO_POISON 1024
|
||||
#define RADIMMUNE 2048
|
||||
#define ALL_RPARTS 4096
|
||||
#define NOGUNS 8192
|
||||
#define NOTRANSSTING 16384
|
||||
#define RADIMMUNE 1024
|
||||
#define ALL_RPARTS 2048
|
||||
#define NOGUNS 4096
|
||||
#define NOTRANSSTING 8192
|
||||
|
||||
//Species clothing flags
|
||||
#define HAS_UNDERWEAR 1
|
||||
|
||||
Reference in New Issue
Block a user