mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* tgu * btfo * Barsigns * tgui fixes * Map stuff * pubby morgue * . * ... * fixes varedited slime extract * Merge remote-tracking branch 'upstream/master' into january-tgu
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
///Uses the parent limb's drawcolor value.
|
|
#define ORGAN_COLOR_INHERIT (1<<0)
|
|
///Uses /organ/external/proc/override_color()'s return value
|
|
#define ORGAN_COLOR_OVERRIDE (1<<1)
|
|
///Uses the parent's haircolor
|
|
#define ORGAN_COLOR_HAIR (1<<2)
|
|
|
|
///Tail wagging
|
|
#define WAG_ABLE (1<<0)
|
|
#define WAG_WAGGING (1<<1)
|
|
|
|
/// Tail spine defines
|
|
#define SPINE_KEY_LIZARD "lizard"
|