diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index 994c850831..033077b00c 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -214,13 +214,13 @@ mode = SYRINGE_DRAW update_icon() - dirty(target,affected) //VOREStation Add if(trans) to_chat(user, "You inject [trans] units of the solution. The syringe now contains [src.reagents.total_volume] units.") admin_inject_log(user, target, src, contained, trans) else to_chat(user, "The syringe is empty.") + dirty(target,affected) //VOREStation Add return /* VOREStation Edit - See syringes_vr.dm