diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index da10f0fb46d1..c24e3ba5d00b 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -23,19 +23,19 @@ /datum/supply_pack/gun/commanders name = "Commander Pistol Crate" desc = "Contains a modified Candor 'Commander' pistol, produced by Nanotrasen and chambered in 9mm." - cost = 750 + cost = 1000 contains = list(/obj/item/storage/pistolcase/commander) /datum/supply_pack/gun/makarovs name = "Stechkin Pistol Crate" desc = "Contains a concealable stechkin pistol, produced by Scarborough Arms and chambered in 10mm." - cost = 1000 + cost = 1250 contains = list(/obj/item/storage/pistolcase/stechkin) /datum/supply_pack/gun/candors name = "Candor Pistol Crate" desc = "Contains a Candor pistol, the trusty sidearm of any spacer, produced by Hunter's Pride and chambered in .45 ACP." - cost = 1000 + cost = 1250 contains = list(/obj/item/storage/pistolcase/candor) /datum/supply_pack/gun/pepperbox @@ -165,14 +165,14 @@ /datum/supply_pack/gun/cobra20 name = "Cobra-20 SMG Crate" desc = "Contains a .45 submachine gun, manufactured by Scaraborough Arms and chambered in .45" - cost = 3000 + cost = 6000 contains = list(/obj/item/storage/guncase/cobra) crate_name = "SMG crate" /datum/supply_pack/gun/wt550 name = "WT-550 Auto Rifle Crate" desc = "Contains a high-powered, automatic personal defense weapon chambered in 4.6x30mm." - cost = 4000 + cost = 6000 contains = list(/obj/item/storage/guncase/wt550) crate_name = "auto rifle crate" @@ -180,7 +180,7 @@ name = "P16 Assault Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 5.56mm." // [CELADON-EDIT] - CELADON_CARGO_ITEMS - // cost = 5000 // CELADON-EDIT - ORIGINAL + // cost = 9000 // CELADON-EDIT - ORIGINAL cost = 2500 // [/CELADON-EDIT] contains = list(/obj/item/storage/guncase/p16) @@ -189,7 +189,7 @@ /datum/supply_pack/gun/skm name = "SKM-24 Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 7.62x40mm CLIP." - cost = 5000 + cost = 9000 contains = list(/obj/item/storage/guncase/skm) crate_name = "auto rifle crate"