/tg/ Station 13 - Modules - TypesProc Details

springlock

Springlock Mechanism - allows your modsuit to activate faster, but reagents are very dangerous.

Procs

on_activate_spring_blockSignal fired when wearer attempts to activate/deactivate suits
on_wearer_exposedCalls snap_signal() when exposed to a reagent via VAPOR, PATCH or TOUCH
on_wearer_exposed_gasCalls snap_signal() when exposed to water vapor
snap_shutDelayed death proc of the suit after the wearer is exposed to reagents
snap_signalRegisters 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