springlock ![code/modules/mod/modules/modules_springlock.dm 12](git.png)
Springlock Mechanism - allows your modsuit to activate faster, but reagents are very dangerous.
Procs | |
adjust_springlock_damage | Proc to lower springlock integrity |
---|---|
comeback | Springtrapped antagonist comes back if possible |
handle_damage | Signal fired when wearer is hit |
handle_move | Signal fired when wearer runs |
handle_reagents | Signal fired when wearer is exposed to reagents |
initiate_failure | Launches springlock failure in few seconds |
on_activate_spring_block | Signal fired when wearer attempts to activate/deactivate suits |
snap_death_process | Caused by springlock failure cycle of wounds, killing the modsuit wearer |
snap_shut | Result of springlocks failure, gives award, flashes red screen, plays a sound and launches snap_death_process proc |
Proc Details
adjust_springlock_damage
Proc to lower springlock integrity
comeback
Springtrapped antagonist comes back if possible
handle_damage
Signal fired when wearer is hit
handle_move
Signal fired when wearer runs
handle_reagents
Signal fired when wearer is exposed to reagents
initiate_failure
Launches springlock failure in few seconds
on_activate_spring_block
Signal fired when wearer attempts to activate/deactivate suits
snap_death_process
Caused by springlock failure cycle of wounds, killing the modsuit wearer
snap_shut
Result of springlocks failure, gives award, flashes red screen, plays a sound and launches snap_death_process proc