mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-03-31 04:00:42 +01:00
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
/**
|
|
* Multitool -- A multitool is used for hacking electronic devices.
|
|
*
|
|
*/
|
|
/obj/item/weapon/multitool
|
|
name = "multitool"
|
|
icon_state = "multitool"
|
|
flags = 322.0
|
|
force = 5.0
|
|
w_class = 2.0
|
|
throwforce = 5.0
|
|
throwspeed = 15.0
|
|
desc = "You can use this on airlocks or APCs to try to hack them without cutting wires. <b>WARNING: Use of this tool on an airlock's electrification wire without insulated gloves may be fatal</b>."
|