power 
Vars | |
| active_text | The text used for our jaws tool description while active |
|---|---|
| alert_cooldown_time | How long between announcements from our jaws of life. Keeps the jaws from getting too radio spammy. |
| blacklisted_access | The access on doors that block our jaws of life from opening if limit_jaws_access is TRUE. Does nothing if FALSE. |
| first_tool_behavior | The default tool behavior. This should match tool_behavior |
| ignored_access | If radio_alert is TRUE, access in this list that is found on our pried open door is ignored. |
| inactive_text | The text used for our jaws tool description while inactive |
| limit_jaws_access | Determines if we want to limit our jaws of life from opening certain doors or not. |
| radio_alert | Whether or not our jaws throw out an alert when we pry open a door. Default alert sends out a message to security comms. |
| second_tool_behavior | The active tool behavior. This should not match tool_behavior on init. |
| snap_time_strong_handcuffs | Used on Initialize, how much time to cut real handcuffs. Null means it can't. |
| snap_time_weak_handcuffs | Used on Initialize, how much time to cut cable restraints and zipties. |
Procs | |
| sound_the_alarms | Our alert for our jaws of life. |
Var Details
active_text 
The text used for our jaws tool description while active
alert_cooldown_time 
How long between announcements from our jaws of life. Keeps the jaws from getting too radio spammy.
blacklisted_access 
The access on doors that block our jaws of life from opening if limit_jaws_access is TRUE. Does nothing if FALSE.
first_tool_behavior 
The default tool behavior. This should match tool_behavior
ignored_access 
If radio_alert is TRUE, access in this list that is found on our pried open door is ignored.
inactive_text 
The text used for our jaws tool description while inactive
limit_jaws_access 
Determines if we want to limit our jaws of life from opening certain doors or not.
radio_alert 
Whether or not our jaws throw out an alert when we pry open a door. Default alert sends out a message to security comms.
second_tool_behavior 
The active tool behavior. This should not match tool_behavior on init.
snap_time_strong_handcuffs 
Used on Initialize, how much time to cut real handcuffs. Null means it can't.
snap_time_weak_handcuffs 
Used on Initialize, how much time to cut cable restraints and zipties.
Proc Details
sound_the_alarms
Our alert for our jaws of life.