Files
Bubberstation/code/game/objects/items/devices/multitool.dm
d_h2005@yahoo.com 629212c228 Fixes issue 1297. Changes the singularity beacon drop from /devices/radio/beacon to just a /device.
Fixes issue 1347. If you can really call it an issue.
Removes the multitool's second desc. 

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5782 316c924e-a436-60f5-8080-3fe189b3f50e
2013-02-25 20:48:32 +00:00

20 lines
590 B
Plaintext

/**
* Multitool -- A multitool is used for hacking electronic devices.
* TO-DO -- Using it as a power measurement tool for cables etc. Nannek.
*
*/
/obj/item/device/multitool
name = "multitool"
desc = "Used for pulsing wires to test which to cut. Not recommended by doctors."
icon_state = "multitool"
flags = FPRINT | TABLEPASS| CONDUCT
force = 5.0
w_class = 2.0
throwforce = 5.0
throw_range = 15
throw_speed = 3
m_amt = 50
g_amt = 20
origin_tech = "magnets=1;engineering=1"
var/obj/machinery/telecomms/buffer // simple machine buffer for device linkage