From c59f2a971174033b664da19020f60e09da3d8e9f Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sat, 19 Nov 2016 23:02:40 -0600 Subject: [PATCH] Fixes the double use bug --- code/modules/reagents/reagent_containers/syringes.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index 308cbe4514..bbb0b3e8ad 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -57,7 +57,6 @@ return 0 if(user.a_intent != I_HELP) //in case it is ever used as a surgery tool return ..() - afterattack(M, user, 1) return 1 /obj/item/weapon/reagent_containers/syringe/afterattack(obj/target, mob/user, proximity)