Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/mobs.dm

MOB_NANITESMobs that otherwise support nanites
IS_ORGANIC_ORGANHelper to figure out if an organ is organic
IS_ROBOTIC_ORGANHelper to figure out if an organ is robotic
STANDING_UPMob is standing up, usually associated with lying_angle value of 0.
LYING_DOWNMob is lying down, usually associated with lying_angle values of 90 or 270.
SPAWN_MEGAFAUNADefine for spawning megafauna instead of a mob for cave gen

Define Details

IS_ORGANIC_ORGAN

Helper to figure out if an organ is organic

IS_ROBOTIC_ORGAN

Helper to figure out if an organ is robotic

LYING_DOWN

Mob is lying down, usually associated with lying_angle values of 90 or 270.

MOB_NANITES

Mobs that otherwise support nanites

SPAWN_MEGAFAUNA

Define for spawning megafauna instead of a mob for cave gen

STANDING_UP

Mob is standing up, usually associated with lying_angle value of 0.