springlock
Springlock Mechanism - allows your modsuit to activate faster, but reagents are very dangerous.
Procs | |
on_activate_spring_block | Signal fired when wearer attempts to activate/deactivate suits |
---|---|
on_wearer_exposed | Calls snap_signal() when exposed to a reagent via VAPOR, PATCH or TOUCH |
on_wearer_exposed_gas | Calls snap_signal() when exposed to water vapor |
snap_shut | Delayed death proc of the suit after the wearer is exposed to reagents |
snap_signal | Registers the signal COMSIG_MOD_ACTIVATE and calls the proc snap_shut() after a timer |
Proc Details
on_activate_spring_block
Signal fired when wearer attempts to activate/deactivate suits
on_wearer_exposed
Calls snap_signal() when exposed to a reagent via VAPOR, PATCH or TOUCH
on_wearer_exposed_gas
Calls snap_signal() when exposed to water vapor
snap_shut
Delayed death proc of the suit after the wearer is exposed to reagents
snap_signal
Registers the signal COMSIG_MOD_ACTIVATE and calls the proc snap_shut() after a timer