diff --git a/code/modules/cargo/packs/ammo.dm b/code/modules/cargo/packs/ammo.dm index 641247c2612a..d3b87bb2aed9 100644 --- a/code/modules/cargo/packs/ammo.dm +++ b/code/modules/cargo/packs/ammo.dm @@ -248,13 +248,13 @@ name = ".45-70 Ammo Box Crate" desc = "Contains a 20-round box containing devastatingly powerful .45-70 caliber ammunition." contains = list(/obj/item/storage/box/ammo/a4570) - cost = 500 + cost = 400 /datum/supply_pack/ammo/a4570_box/match name = ".45-70 Match Crate" desc = "Contains a 20-round box containing devastatingly powerful .45-70 caliber ammunition, that travels faster, pierces armour better, and ricochets off targets." contains = list(/obj/item/storage/box/ammo/a4570_match) - cost = 1000 + cost = 800 /* 7.62 */ diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index b15d0029ed21..fd5eac41c228 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -211,7 +211,7 @@ /datum/supply_pack/gun/beacon name = "Beacon Break Action Rifle Crate" desc = "Contains a single shot break action rifle to hunt wildlife that annoys you in particular. Chambered in devastating .45-70 rounds. Warranty voided if sawed off." - cost = 2250 + cost = 1000 contains = list(/obj/item/storage/guncase/beacon) crate_name = "rifle crate" faction = FACTION_SRM