code/__DEFINES/mobs.dm 
MOB_NANITES | Mobs that otherwise support nanites |
---|---|
IS_ORGANIC_ORGAN | Helper to figure out if an organ is organic |
IS_ROBOTIC_ORGAN | Helper to figure out if an organ is robotic |
STANDING_UP | Mob is standing up, usually associated with lying_angle value of 0. |
LYING_DOWN | Mob is lying down, usually associated with lying_angle values of 90 or 270. |
SPAWN_MEGAFAUNA | Define 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.