mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
@@ -38,7 +38,7 @@
|
|||||||
user << "\red [src] is full."
|
user << "\red [src] is full."
|
||||||
else
|
else
|
||||||
spawn(5)
|
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."
|
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))
|
else if (istype(I, /obj/item/weapon/implanter))
|
||||||
var/obj/item/weapon/implanter/M = I
|
var/obj/item/weapon/implanter/M = I
|
||||||
|
|||||||
Reference in New Issue
Block a user