Files
OpenSS13/Code/Item/Weapon/multitool.dm

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>."