From b80e5db0cb547f45054e6bf2c7fa6f44ba0ec35d Mon Sep 17 00:00:00 2001 From: "kortgstation@gmail.com" Date: Thu, 16 Feb 2012 22:58:15 +0000 Subject: [PATCH] Emergency fix because I'm retarded and typed "/obj/projectile/bullet" as "/obj/projectile/bullet/bullet" I'll work on the balancing/reverting of the guns later, this is just so it stops causing runtimes git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3134 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/projectiles/ammunition/bullets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammunition/bullets.dm b/code/modules/projectiles/ammunition/bullets.dm index fa7d8953450..19da5032a66 100644 --- a/code/modules/projectiles/ammunition/bullets.dm +++ b/code/modules/projectiles/ammunition/bullets.dm @@ -29,7 +29,7 @@ /obj/item/ammo_casing/c38 desc = "A .38 bullet casing." caliber = "38" - projectile_type = "/obj/item/projectile/bullet/bullet" + projectile_type = "/obj/item/projectile/bullet" /obj/item/ammo_casing/c9mm