Goonstation 13 - Modules - TypesDefine Details

_std/defines/combat.dm

GRAB_PASSIVERegular old grab to pull someone
GRAB_STRONGSpecial case grab for limbs which grab 'aggressively' immediately, but don't want to pull the person to their tile like a neck grab would. Allows you to do 'aggressive' maneuvers like throwing people or suplexing them, but people can still just walk out of the grab. Most mobs skip this step entirely; only limbs which use it as a base use it at all.
GRAB_AGGRESSIVEBasically carrying someone. Allows you to suplex/throw/etc them, needs to be resisted out of.
GRAB_CHOKEChoking someone.
GRAB_PINPinned someone.

Define Details

GRAB_AGGRESSIVE

Basically carrying someone. Allows you to suplex/throw/etc them, needs to be resisted out of.

GRAB_CHOKE

Choking someone.

GRAB_PASSIVE

Regular old grab to pull someone

GRAB_PIN

Pinned someone.

GRAB_STRONG

Special case grab for limbs which grab 'aggressively' immediately, but don't want to pull the person to their tile like a neck grab would. Allows you to do 'aggressive' maneuvers like throwing people or suplexing them, but people can still just walk out of the grab. Most mobs skip this step entirely; only limbs which use it as a base use it at all.