Merge pull request #10482 from Kelenius/ofImplantsAndSyringes

Fixes #10466 - chem implant can't be loaded
This commit is contained in:
mwerezak
2015-08-11 08:36:54 -04:00
@@ -38,7 +38,7 @@
user << "\red [src] is full."
else
spawn(5)
I.reagents.trans_to_mob(src.imp, 5)
I.reagents.trans_to_obj(src.imp, 5)
user << "\blue You inject 5 units of the solution. The syringe now contains [I.reagents.total_volume] units."
else if (istype(I, /obj/item/weapon/implanter))
var/obj/item/weapon/implanter/M = I