From 40e5123e427362508efc5d49145090dd059b0028 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 4 Jul 2017 21:04:56 -0400 Subject: [PATCH] Darts no longer proc reaction --- code/modules/projectiles/projectile/bullets.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 2c55431fba0..95c113d5c51 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -250,7 +250,6 @@ if(blocked != 100) if(M.can_inject(null,0,hit_zone)) // Pass the hit zone to see if it can inject by whether it hit the head or the body. ..() - reagents.reaction(M, INGEST) reagents.trans_to(M, reagents.total_volume) return 1 else