Bear trap
This opens, closes, and bites people's legs.
Vars | |
armed | If true, the trap is "open" and can trigger. |
---|---|
trap_damage | How much damage the trap deals when triggered. |
Procs | |
close_trap | Closes a bear trap |
spring_trap | Tries 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.