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"