From 2f3f4e38eb3dd045680e14efeb83ffab4c0d193d Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Sun, 30 Oct 2011 11:26:04 +0000 Subject: [PATCH] Fix for blanks not being blanks git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2454 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/projectiles/ammunition/bullets.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/ammunition/bullets.dm b/code/modules/projectiles/ammunition/bullets.dm index 09585d912d0..623221002aa 100644 --- a/code/modules/projectiles/ammunition/bullets.dm +++ b/code/modules/projectiles/ammunition/bullets.dm @@ -59,6 +59,7 @@ name = "shotgun shell" desc = "A blank shell." icon_state = "blshell" + projectile_type = "" m_amt = 250