Fixes losing items when dismantling machine frames

This commit is contained in:
Krausus
2015-05-30 06:25:46 -04:00
parent 8ab18c27d8
commit f84e7e8e8d
+2 -2
View File
@@ -123,8 +123,8 @@
user << "<span class='notice'>You remove the circuit board.</span>"
else
user << "<span class='notice'>You remove the circuit board and other components.</span>"
for(var/obj/item/weapon/W in components)
W.loc = src.loc
for(var/obj/item/I in components)
I.loc = src.loc
desc = initial(desc)
req_components = null
components = null