mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
CMG crate/gunset name parity (#20889)
mild rename jumpscare Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user