From 808455cbbec10ac2780aa4e6df20ae07d9389071 Mon Sep 17 00:00:00 2001 From: "aranclanos@hotmail.com" Date: Thu, 3 Jan 2013 17:07:46 +0000 Subject: [PATCH] Runtime fix for syringe projectiles trying to hit all the mobs on the same turf. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5459 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/reagents/syringe_gun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/syringe_gun.dm b/code/modules/reagents/syringe_gun.dm index e7ddfb3add8..b7ad9488cd9 100644 --- a/code/modules/reagents/syringe_gun.dm +++ b/code/modules/reagents/syringe_gun.dm @@ -85,6 +85,7 @@ M.visible_message("[M] is hit by the syringe!") del(D) + break if(D) for(var/atom/A in D.loc) if(A == user) continue