Space Station 13 - Baystation 12 - Modules - TypesDefine Details

code/__defines/mobs.dm

DO_COLORATION_USERAllow a user to set their own sprite_accessory color; tattoos, etc
DO_COLORATION_SKINTake a coloration cue from skin tone
DO_COLORATION_HAIRTake a coloration cue from hair color
DO_COLORATION_AUTOUse hair if available, otherwise skin
AUGMENT_ARMAugment Slots Flags used by /obj/item/organ/internal/augment/var/augment_slots Augment slots is used to control which body parts an augment may be installed into The augment can be installed in arms
AUGMENT_HANDThe augment can be installed in hands
AUGMENT_LEGThe augment can be installed in legs
AUGMENT_FOOTThe augment can be installed in feet
AUGMENT_CHESTThe augment can be installed in the chest
AUGMENT_GROINThe augment can be installed in the lower body
AUGMENT_HEADThe augment can be installed in the head
AUGMENT_ARMORThe augment can be installed on the chest separately to AUGMENT_CHEST
AUGMENT_FLUFFThe augment can be installed in the head separately to AUGMENT_HEAD
AUGMENT_MECHANICALAugment Flags Flags used by /obj/item/organ/internal/augment/var/augment_flags Augment flags provide mixed configuration information about their augment The augment can be installed in mechanical organs
AUGMENT_BIOLOGICALThe augment can be installed in biological organs
AUGMENT_CRYSTALINEThe augment can be installed in crystaline organs
AUGMENT_SCANNABLEThe augment is visible on body scanner results
AUGMENT_INSPECTABLEThe augment is visible via grab inspection
MOB_FLAG_HOLY_BADThis mob is allergic to holiness
MOB_FLAG_UNPINNABLEThis mob cannot be pinned to walls by sharp objects

Define Details

AUGMENT_ARM

Augment Slots Flags used by /obj/item/organ/internal/augment/var/augment_slots Augment slots is used to control which body parts an augment may be installed into The augment can be installed in arms

AUGMENT_ARMOR

The augment can be installed on the chest separately to AUGMENT_CHEST

AUGMENT_BIOLOGICAL

The augment can be installed in biological organs

AUGMENT_CHEST

The augment can be installed in the chest

AUGMENT_CRYSTALINE

The augment can be installed in crystaline organs

AUGMENT_FLUFF

The augment can be installed in the head separately to AUGMENT_HEAD

AUGMENT_FOOT

The augment can be installed in feet

AUGMENT_GROIN

The augment can be installed in the lower body

AUGMENT_HAND

The augment can be installed in hands

AUGMENT_HEAD

The augment can be installed in the head

AUGMENT_INSPECTABLE

The augment is visible via grab inspection

AUGMENT_LEG

The augment can be installed in legs

AUGMENT_MECHANICAL

Augment Flags Flags used by /obj/item/organ/internal/augment/var/augment_flags Augment flags provide mixed configuration information about their augment The augment can be installed in mechanical organs

AUGMENT_SCANNABLE

The augment is visible on body scanner results

DO_COLORATION_AUTO

Use hair if available, otherwise skin

DO_COLORATION_HAIR

Take a coloration cue from hair color

DO_COLORATION_SKIN

Take a coloration cue from skin tone

DO_COLORATION_USER

Allow a user to set their own sprite_accessory color; tattoos, etc

MOB_FLAG_HOLY_BAD

This mob is allergic to holiness

MOB_FLAG_UNPINNABLE

This mob cannot be pinned to walls by sharp objects