mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Invasion of the moffs (#17000)
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: mochi <1496804+dearmochi@users.noreply.github.com>
This commit is contained in:
co-authored by
AffectedArc07
mochi
parent
1aa4222695
commit
a5bc67cd43
@@ -80,11 +80,17 @@
|
||||
#define HAS_HEAD_MARKINGS 64
|
||||
#define HAS_BODY_MARKINGS 128
|
||||
#define HAS_TAIL_MARKINGS 256
|
||||
#define HAS_MARKINGS HAS_HEAD_MARKINGS|HAS_BODY_MARKINGS|HAS_TAIL_MARKINGS
|
||||
#define TAIL_WAGGING 512
|
||||
#define NO_EYES 1024
|
||||
#define HAS_ALT_HEADS 2048
|
||||
#define ALL_RPARTS 4096
|
||||
#define HAS_WING 4096
|
||||
#define HAS_BODYACC_COLOR 8192
|
||||
#define BALD 16384
|
||||
#define ALL_RPARTS 32768
|
||||
|
||||
//Pre-baked combinations of the above body flags
|
||||
#define HAS_BODY_ACCESSORY HAS_TAIL|HAS_WING
|
||||
#define HAS_MARKINGS HAS_HEAD_MARKINGS|HAS_BODY_MARKINGS|HAS_TAIL_MARKINGS
|
||||
|
||||
//Species Diet Flags
|
||||
#define DIET_CARN 1
|
||||
|
||||
Reference in New Issue
Block a user