Fixes issue 974. When using metal on a girder as a cyborg, the girder will no longer disappear randomly.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4798 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-10-02 22:16:15 +00:00
parent 1be33c6522
commit b6fa1445f9
+1 -1
View File
@@ -67,7 +67,7 @@
var/obj/item/stack/sheet/S = W
switch(S.type)
if(/obj/item/stack/sheet/metal)
if(/obj/item/stack/sheet/metal, /obj/item/stack/sheet/metal/cyborg)
if(!anchored)
if(S.amount < 2) return
S.use(2)