code/__DEFINES/mobs.dm ![code/__DEFINES/mobs.dm0](git.png)
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 ![code/__DEFINES/mobs.dm 54](git.png)
Helper to figure out if an organ is organic
IS_ROBOTIC_ORGAN ![code/__DEFINES/mobs.dm 56](git.png)
Helper to figure out if an organ is robotic
LYING_DOWN ![code/__DEFINES/mobs.dm 362](git.png)
Mob is lying down, usually associated with lying_angle values of 90 or 270.
MOB_NANITES ![code/__DEFINES/mobs.dm 51](git.png)
Mobs that otherwise support nanites
SPAWN_MEGAFAUNA ![code/__DEFINES/mobs.dm 365](git.png)
Define for spawning megafauna instead of a mob for cave gen
STANDING_UP ![code/__DEFINES/mobs.dm 360](git.png)
Mob is standing up, usually associated with lying_angle value of 0.