From 2a837c9a26702400ec2c714e1f1ebd2dd372d2a9 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Sun, 6 May 2012 00:36:46 +0100 Subject: [PATCH] TG: Quick fix for the ballistic gear crate, it now has the correct shotgun path. Revision: r3496 Author: petethegoat --- code/defines/obj/supplypacks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/defines/obj/supplypacks.dm b/code/defines/obj/supplypacks.dm index 35102a1628b..a8001bc51b1 100755 --- a/code/defines/obj/supplypacks.dm +++ b/code/defines/obj/supplypacks.dm @@ -713,8 +713,8 @@ name = "Ballistic gear crate" contains = list("/obj/item/clothing/suit/armor/bulletproof", "/obj/item/clothing/suit/armor/bulletproof", - "/obj/item/weapon/gun/projectile/shotgun/combat2", - "/obj/item/weapon/gun/projectile/shotgun/combat2") + "/obj/item/weapon/gun/projectile/shotgun/pump/combat", + "/obj/item/weapon/gun/projectile/shotgun/pump/combat") cost = 50 containertype = "/obj/structure/closet/crate/secure" containername = "Ballistic gear crate"