mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
1 line
6.6 KiB
HTML
1 line
6.6 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/mod/module/springlock - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="obj/item/mod/module/springlock.html#var">Var Details</a> - <a href="obj/item/mod/module/springlock.html#proc">Proc Details</a></header><main><h1>springlock <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/mod/module.html">mod/module</a>/<a href="obj/item/mod/module/springlock.html">springlock</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 4"></a></h1><p>Springlock Mechanism - allows your modsuit to activate faster, but reagents are very dangerous.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/mod/module/springlock.html#var/activation_step_time_booster">activation_step_time_booster</a></th><td>How much faster will your suit deploy?</td></tr><tr><th><a href="obj/item/mod/module/springlock.html#var/dont_let_you_come_back">dont_let_you_come_back</a></th><td>If this is true, the suit will prevent you from retracting for 10 seconds, so an antag can smoke bomb you.</td></tr><tr><th><a href="obj/item/mod/module/springlock.html#var/incoming_jumpscare">incoming_jumpscare</a></th><td>If this is true, we are about to spring shut on someone, and should not remove the retraction blocking.</td></tr><tr><th><a href="obj/item/mod/module/springlock.html#var/nineteen_eighty_seven_edition">nineteen_eighty_seven_edition</a></th><td>Is this the syndicate version, which can be toggled on multitool?</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/mod/module/springlock.html#proc/on_activate_spring_block">on_activate_spring_block</a></th><td>Signal fired when wearer attempts to activate/deactivate suits</td></tr><tr><th><a href="obj/item/mod/module/springlock.html#proc/on_wearer_exposed">on_wearer_exposed</a></th><td>Signal fired when wearer is exposed to reagents</td></tr><tr><th><a href="obj/item/mod/module/springlock.html#proc/remove_retraction_block">remove_retraction_block</a></th><td>Removes the retraction blocker from the springlock so long as they are not about to be killed</td></tr><tr><th><a href="obj/item/mod/module/springlock.html#proc/snap_shut">snap_shut</a></th><td>Delayed death proc of the suit after the wearer is exposed to reagents</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/activation_step_time_booster"><aside class="declaration">var </aside>activation_step_time_booster <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 16"></a></h3><p>How much faster will your suit deploy?</p><h3 id="var/dont_let_you_come_back"><aside class="declaration">var </aside>dont_let_you_come_back <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 20"></a></h3><p>If this is true, the suit will prevent you from retracting for 10 seconds, so an antag can smoke bomb you.</p><h3 id="var/incoming_jumpscare"><aside class="declaration">var </aside>incoming_jumpscare <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L22"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 22"></a></h3><p>If this is true, we are about to spring shut on someone, and should not remove the retraction blocking.</p><h3 id="var/nineteen_eighty_seven_edition"><aside class="declaration">var </aside>nineteen_eighty_seven_edition <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 18"></a></h3><p>Is this the syndicate version, which can be toggled on multitool?</p><h2 id="proc">Proc Details</h2><h3 id="proc/on_activate_spring_block"><aside class="declaration">proc </aside>on_activate_spring_block<aside>(/<a href="datum.html">datum</a>/source, user) <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L63"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 63"></a></aside></h3><p>Signal fired when wearer attempts to activate/deactivate suits</p><h3 id="proc/on_wearer_exposed"><aside class="declaration">proc </aside>on_wearer_exposed<aside>(/<a href="atom.html">atom</a>/source, /list/reagents, /<a href="datum.html">datum</a>/<a href="datum/reagents.html">reagents</a>/source_reagents, methods, volume_modifier, show_message) <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L53"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 53"></a></aside></h3><p>Signal fired when wearer is exposed to reagents</p><h3 id="proc/remove_retraction_block"><aside class="declaration">proc </aside>remove_retraction_block<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L70"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 70"></a></aside></h3><p>Removes the retraction blocker from the springlock so long as they are not about to be killed</p><h3 id="proc/snap_shut"><aside class="declaration">proc </aside>snap_shut<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/mod/modules/modules_maint.dm#L75"><img src="git.png" width="16" height="16" title="code/modules/mod/modules/modules_maint.dm 75"></a></aside></h3><p>Delayed death proc of the suit after the wearer is exposed to reagents</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |