From 73fa5743e01f8701d39be393e59a4a18a3b1cba9 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Mon, 17 Oct 2011 07:23:33 +0000 Subject: [PATCH] Seems I managed to give revolver ammo one extra bullet and as such the it would attempt to set the icon to a nonexistent icon state. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2381 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/projectiles/ammunition/boxes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammunition/boxes.dm b/code/modules/projectiles/ammunition/boxes.dm index ad5ecbd4a37..380df3d3a2c 100644 --- a/code/modules/projectiles/ammunition/boxes.dm +++ b/code/modules/projectiles/ammunition/boxes.dm @@ -3,7 +3,7 @@ desc = "A box of .357 ammo" icon_state = "357" ammo_type = "/obj/item/ammo_casing/a357" - max_ammo = 8 + max_ammo = 7