From a606883c07e4ee9b5f85de19279eba4d3a18e5bf Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Wed, 21 Dec 2011 00:03:48 +0000 Subject: [PATCH] Medium bullets (used by deathsquad pistols and nuke team SMGs) now knockdown their target like the detective's revolver. They also do some eyeblur because of the hydrostatic shock. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2754 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/projectiles/projectile/bullets.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 74d2e4ce73..73f335dbf9 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -15,7 +15,9 @@ /obj/item/projectile/bullet/midbullet damage = 30 - + stun = 5 + weaken = 5 + eyeblur = 3 /obj/item/projectile/bullet/suffocationbullet//How does this even work? name = "co bullet"