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"