Merge pull request #4445 from Vivalas/patch-1

Fixes #3993
This commit is contained in:
Fox McCloud
2016-05-17 16:20:35 -04:00
@@ -25,7 +25,6 @@
return
/obj/item/weapon/shard/plasma/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
..()
if ( istype(W, /obj/item/weapon/weldingtool))
var/obj/item/weapon/weldingtool/WT = W
if(WT.remove_fuel(0, user))