code/__DEFINES/~nova_defines/living.dm 
COMSIG_LIVING_SET_PULL_OFFSET | from base of living/set_pull_offset(): (mob/living/pull_target, grab_state) |
---|---|
COMSIG_LIVING_RESET_PULL_OFFSETS | from base of living/reset_pull_offsets(): (mob/living/pull_target, override) |
COMSIG_LIVING_CAN_ALLOW_THROUGH | from base of living/CanAllowThrough(): (atom/movable/mover, border_dir) |
COMPONENT_LIVING_PASSABLE | Allow to movable atoms to pass through this living mob |
COMSIG_LIVING_RECEIVED_STAMINA_DAMAGE | from base of living/received_stamina_damage(): (current_level, amount_actual, amount) |
COMPONENT_LIVING_BLOCK_STAMINA_REGEN_TIMER | Block the timer for stam regen from being started (or refreshed) |
Define Details
COMPONENT_LIVING_BLOCK_STAMINA_REGEN_TIMER 
Block the timer for stam regen from being started (or refreshed)
COMPONENT_LIVING_PASSABLE 
Allow to movable atoms to pass through this living mob
COMSIG_LIVING_CAN_ALLOW_THROUGH 
from base of living/CanAllowThrough(): (atom/movable/mover, border_dir)
COMSIG_LIVING_RECEIVED_STAMINA_DAMAGE 
from base of living/received_stamina_damage(): (current_level, amount_actual, amount)
COMSIG_LIVING_RESET_PULL_OFFSETS 
from base of living/reset_pull_offsets(): (mob/living/pull_target, override)
COMSIG_LIVING_SET_PULL_OFFSET 
from base of living/set_pull_offset(): (mob/living/pull_target, grab_state)