Merge pull request #244 from SkyMarshal/master

Bugfix.
This commit is contained in:
SkyMarshal
2012-01-08 10:38:35 -08:00
@@ -90,6 +90,9 @@ Note: Must be placed within 3 tiles of the R&D Console
busy = 1
loaded_item = O
user.drop_item()
if(istype(O,/obj/item/weapon/storage))
var/obj/item/weapon/storage/L = O
L.close(user)
O.loc = src
user << "\blue You add the [O.name] to the machine!"
flick("d_analyzer_la", src)