Gives wirecutters origin tech
This commit is contained in:
Regular → Executable
+2
@@ -231,9 +231,11 @@
|
|||||||
attack_verb = list("pinched", "nipped")
|
attack_verb = list("pinched", "nipped")
|
||||||
hitsound = 'sound/items/Wirecutter.ogg'
|
hitsound = 'sound/items/Wirecutter.ogg'
|
||||||
usesound = 'sound/items/Wirecutter.ogg'
|
usesound = 'sound/items/Wirecutter.ogg'
|
||||||
|
origin_tech = "materials=1;engineering=1"
|
||||||
toolspeed = 1
|
toolspeed = 1
|
||||||
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0, fire = 50, acid = 30)
|
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)
|
/obj/item/weapon/wirecutters/New(loc, var/param_color = null)
|
||||||
..()
|
..()
|
||||||
if(!icon_state)
|
if(!icon_state)
|
||||||
|
|||||||
Reference in New Issue
Block a user