From 0de2adf00f7738cabb3213652ec8a90311dccca2 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 10 Oct 2022 06:12:43 +0200 Subject: [PATCH] [MIRROR] renames compressed matter to RCD matter [MDB IGNORE] (#16741) * renames compressed matter to RCD matter (#70387) Renames compressed matter cartridge to RCD matter cartridge, to better reflect what it actually is, making it less confusing for people who want to print it out. It's already been renamed on its design, just not the item itself. * renames compressed matter to RCD matter Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- code/game/objects/items/RCD.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index b1ca4895f71..3951a808e64 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -914,7 +914,7 @@ GLOBAL_VAR_INIT(icon_holographic_window, init_holographic_window()) upgrade = RCD_UPGRADE_FRAMES | RCD_UPGRADE_SIMPLE_CIRCUITS | RCD_UPGRADE_FURNISHING /obj/item/rcd_ammo - name = "compressed matter cartridge" + name = "RCD matter cartridge" desc = "Highly compressed matter for the RCD." icon = 'icons/obj/tools.dmi' icon_state = "rcdammo"