From 8e055e9c18187a090bb6fcbb0b3e3d704515b5ab Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 3 Mar 2018 23:15:12 -0500 Subject: [PATCH] VS: Move this line for syringe time change --- code/modules/reagents/reagent_containers/syringes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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