CMG crate/gunset name parity (#20889)

mild rename jumpscare

Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com>
This commit is contained in:
Hatterhat
2023-05-02 08:55:36 +01:00
committed by GitHub
co-authored by Hatterhat
parent 868b9d58d7
commit 8796043740
2 changed files with 4 additions and 4 deletions
@@ -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()
@@ -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"