Gives wirecutters origin tech

This commit is contained in:
CitadelStationBot
2017-04-19 04:32:43 -05:00
parent ce577dc22c
commit 80ec92c9bd

2
code/game/objects/items/weapons/tools.dm Normal file → Executable file
View File

@@ -231,9 +231,11 @@
attack_verb = list("pinched", "nipped")
hitsound = 'sound/items/Wirecutter.ogg'
usesound = 'sound/items/Wirecutter.ogg'
origin_tech = "materials=1;engineering=1"
toolspeed = 1
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0, fire = 50, acid = 30)
/obj/item/weapon/wirecutters/New(loc, var/param_color = null)
..()
if(!icon_state)