code/__DEFINES/dcs/signals/signals_getting.dm 
| COMSIG_GET_PULL_SLOWDOWN_MODIFIERS | Called when proc need to get pull slowdown modifiers. |
|---|---|
| COMSIG_GET_GRAB_SPEED_MODIFIERS | Called when proc need to get grab speed modifiers. |
| COMSIG_GET_MELEE_DAMAGE_DELTAS | Called when proc need to get melee damage deltas. |
| COMSIG_GET_ICON_RENDER_KEY_INFO | Called when proc need to get bonus icon render key info. |
| COMSIG_MOB_EXERCISED | Called when proc need to know if mob has exercised. |
| COMSIG_GET_ORGAN_ICON_STATE | Called when proc need to get organ icon state. |
| COMSIG_GET_BREAKOUTTIME_MODIFIERS | Called when proc need to get breakout time modifiers (handkuffs, bolas e.t.c.). |
| COMSIG_GET_THROW_SPEED_MODIFIERS | Called when proc need to get throw speed modifiers. |
| COMSIG_GET_THROW_RANGE_DELTAS | Called when proc need to get throw range deltas. |
| COMSIG_GET_BOLA_MODIFIERS | Called when proc need to get bola modifiers. |
| COMSIG_GET_HUNGER_MODS | Called when proc need to get hunder modifiers. |
| COMSIG_GET_WEAK_MOB_MODIFIERS | Called when proc need to get weak mob modifier. |
Define Details
COMSIG_GET_BOLA_MODIFIERS 
Called when proc need to get bola modifiers.
COMSIG_GET_BREAKOUTTIME_MODIFIERS 
Called when proc need to get breakout time modifiers (handkuffs, bolas e.t.c.).
COMSIG_GET_GRAB_SPEED_MODIFIERS 
Called when proc need to get grab speed modifiers.
COMSIG_GET_HUNGER_MODS 
Called when proc need to get hunder modifiers.
COMSIG_GET_ICON_RENDER_KEY_INFO 
Called when proc need to get bonus icon render key info.
COMSIG_GET_MELEE_DAMAGE_DELTAS 
Called when proc need to get melee damage deltas.
COMSIG_GET_ORGAN_ICON_STATE 
Called when proc need to get organ icon state.
COMSIG_GET_PULL_SLOWDOWN_MODIFIERS 
Called when proc need to get pull slowdown modifiers.
COMSIG_GET_THROW_RANGE_DELTAS 
Called when proc need to get throw range deltas.
COMSIG_GET_THROW_SPEED_MODIFIERS 
Called when proc need to get throw speed modifiers.
COMSIG_GET_WEAK_MOB_MODIFIERS 
Called when proc need to get weak mob modifier.
COMSIG_MOB_EXERCISED 
Called when proc need to know if mob has exercised.