Dismantling table parts now returns same amount of metal as was used in construction

This commit is contained in:
Certh
2015-12-31 12:07:22 +01:00
parent 4082b59797
commit d69a691840
@@ -50,6 +50,7 @@
/obj/item/weapon/table_parts/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
..()
if (istype(W, /obj/item/weapon/wrench))
new /obj/item/stack/sheet/metal( user.loc )
new /obj/item/stack/sheet/metal( user.loc )
//SN src = null
qdel(src)