sickly_blade 
Vars | |
escape_attempts | Tracks how many times attack_self() is called so that breaking a blade while in an arena has to be intentional |
---|---|
escape_timer | Timer that resets your escape_attempts back to 0 |
Procs | |
check_usability | Checks if the passed mob can use this blade without being stunned |
seek_safety | Attempts to teleport the passed mob to somewhere safe on the station, if they can use the blade. |
Var Details
escape_attempts 
Tracks how many times attack_self() is called so that breaking a blade while in an arena has to be intentional
escape_timer 
Timer that resets your escape_attempts back to 0
Proc Details
check_usability
Checks if the passed mob can use this blade without being stunned
seek_safety
Attempts to teleport the passed mob to somewhere safe on the station, if they can use the blade.