Fix machine frames

This commit is contained in:
ZomgPonies
2014-05-19 06:07:13 -04:00
parent 31e88a71f7
commit ca09a0f5d5
+1 -1
View File
@@ -218,7 +218,7 @@
new_machine.RefreshParts()
del(src)
else
if(istype(P, /obj/item/stack))
if(istype(P, /obj/item))
for(var/I in req_components)
if(istype(P, text2path(I)) && (req_components[I] > 0))
playsound(src.loc, 'sound/items/Deconstruct.ogg', 50, 1)