/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/external_organs.dm

ORGAN_COLOR_INHERITUses the parent limb's drawcolor value.
ORGAN_COLOR_OVERRIDEUses /organ/external/proc/override_color()'s return value
ORGAN_COLOR_HAIRUses the parent's haircolor
WAG_ABLETail wagging
SPINE_KEY_LIZARDTail spine defines
WINGS_FLIGHTLESScan't generate lift, will only fly in 0G, while atmos is present
WINGS_AIRWORTHYcan generate lift and fly if atmos is present
WINGS_MAGICcan fly regardless of atmos

Define Details

ORGAN_COLOR_HAIR

Uses the parent's haircolor

ORGAN_COLOR_INHERIT

Uses the parent limb's drawcolor value.

ORGAN_COLOR_OVERRIDE

Uses /organ/external/proc/override_color()'s return value

SPINE_KEY_LIZARD

Tail spine defines

WAG_ABLE

Tail wagging

WINGS_AIRWORTHY

can generate lift and fly if atmos is present

WINGS_FLIGHTLESS

can't generate lift, will only fly in 0G, while atmos is present

WINGS_MAGIC

can fly regardless of atmos