/tg/ Station 13 - Modules - TypesVar Details - Proc Details

Bear trap

This opens, closes, and bites people's legs.

Vars

armedIf true, the trap is "open" and can trigger.
trap_damageHow much damage the trap deals when triggered.

Procs

close_trapCloses a bear trap
spring_trapTries to spring the trap on the target movable.

Var Details

armed

If true, the trap is "open" and can trigger.

trap_damage

How much damage the trap deals when triggered.

Proc Details

close_trap

Closes a bear trap

Closes a bear trap. Arguments:

spring_trap

Tries to spring the trap on the target movable.

This proc is safe to call without knowing if the target is valid or if the trap is armed.

Does not trigger on tiny mobs. If ignore_movetypes is FALSE, does not trigger on floating / flying / etc. mobs.