fixes issue #742

This commit is contained in:
KazeEspada
2013-06-09 19:06:15 -07:00
parent 6b5bf780c0
commit 804f509639
+5 -1
View File
@@ -102,7 +102,11 @@
if(iswirecutter(W))
if(!shock(user, 100))
playsound(loc, 'sound/items/Wirecutter.ogg', 100, 1)
new /obj/item/stack/rods(loc)
if(destroyed)
new /obj/item/stack/rods(loc)
else
new /obj/item/stack/rods(loc)
new /obj/item/stack/rods(loc)
del(src)
else if((isscrewdriver(W)) && (istype(loc, /turf/simulated) || anchored))
if(!shock(user, 90))