diff --git a/modular_skyrat/modules/blueshield/code/weapons.dm b/modular_skyrat/modules/blueshield/code/weapons.dm index efcfb7a1b54..4ede82f3e08 100644 --- a/modular_skyrat/modules/blueshield/code/weapons.dm +++ b/modular_skyrat/modules/blueshield/code/weapons.dm @@ -1,6 +1,6 @@ // CMG gunset - IN USE /obj/item/storage/box/gunset/blueshield - name = "Blueshield's CMG-1 gunset" + name = "Blueshield's CMG-2 gunset" w_class = WEIGHT_CLASS_NORMAL /obj/item/storage/box/gunset/blueshield/PopulateContents() diff --git a/modular_skyrat/modules/sec_haul/code/guns/cargo_stuff.dm b/modular_skyrat/modules/sec_haul/code/guns/cargo_stuff.dm index aeda086282b..e32557bd318 100644 --- a/modular_skyrat/modules/sec_haul/code/guns/cargo_stuff.dm +++ b/modular_skyrat/modules/sec_haul/code/guns/cargo_stuff.dm @@ -1,10 +1,10 @@ /datum/supply_pack/security/armory/cmg - name = "NT CMG-1 PDW Crate" - desc = "Entirely proprietary burst-fire PDW chambered in .45. This pack of 3 comes with 3 less-than-lethal magazines apiece." + name = "NT CMG-2 PDW Crate" + desc = "Three entirely proprietary CMG-2 kits, chambered in 9x25mm. Each kit contains an ammo pouch, one less-lethal rubber magazine, and two lethal magazines." cost = CARGO_CRATE_VALUE * 20 contains = list( /obj/item/storage/box/gunset/cmg, /obj/item/storage/box/gunset/cmg, /obj/item/storage/box/gunset/cmg, ) - crate_name = "NT CMG-1 PDW Crate" + crate_name = "NT CMG-2 PDW Crate"