/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/living.dm

MOVES_ON_ITS_OWNSimple mob trait, indicating it may follow continuous move actions controlled by code instead of by user input.
ALWAYS_DEATHGASPAlways does *deathgasp when they die If unset mobs will only deathgasp if supplied a death sound or custom death message
GET_LYING_ANGLEGetter for a mob/living's lying angle, otherwise protected

Define Details

ALWAYS_DEATHGASP

Always does *deathgasp when they die If unset mobs will only deathgasp if supplied a death sound or custom death message

GET_LYING_ANGLE

Getter for a mob/living's lying angle, otherwise protected

MOVES_ON_ITS_OWN

Simple mob trait, indicating it may follow continuous move actions controlled by code instead of by user input.