mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Does it work? Who knows. * Mirror of tgstation/tgstation/#81492 * hmmm * is this it? * Oh, also synth stuff * Catching up with some disarm refactors. * tg's #81400 * Oh right, this * This should cut it --------- Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
15 lines
416 B
Plaintext
15 lines
416 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"
|
|
#define SPINE_KEY_VOX "vox" // SKYRAT EDIT ADDITION
|