Fixes #10466 - chem implant can't be loaded

What the literal shit.
This commit is contained in:
Kelenius
2015-08-11 10:26:22 +03:00
parent 8c14f7738e
commit 1324e69a19

View File

@@ -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