diff --git a/code/game/machinery/gulag_teleporter.dm b/code/game/machinery/gulag_teleporter.dm index 1799e51564b..c47cf1ea9d5 100644 --- a/code/game/machinery/gulag_teleporter.dm +++ b/code/game/machinery/gulag_teleporter.dm @@ -175,7 +175,7 @@ The console is located at computer/gulag_teleporter.dm use_energy(active_power_usage) /obj/item/circuitboard/machine/gulag_teleporter - name = "labor camp teleporter (Machine Board)" + name = "Labor Camp Teleporter" build_path = /obj/machinery/gulag_teleporter req_components = list( /obj/item/stack/ore/bluespace_crystal = 2, diff --git a/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm index caf6ac64660..a1a82bbdce6 100644 --- a/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm @@ -458,7 +458,7 @@ //Generic /obj/item/circuitboard/machine/component_printer - name = "\improper Component Printer (Machine Board)" + name = "\improper Component Printer" greyscale_colors = CIRCUIT_COLOR_SCIENCE build_path = /obj/machinery/component_printer req_components = list( @@ -467,7 +467,7 @@ ) /obj/item/circuitboard/machine/module_duplicator - name = "\improper Module Duplicator (Machine Board)" + name = "\improper Module Duplicator" greyscale_colors = CIRCUIT_COLOR_SCIENCE build_path = /obj/machinery/module_duplicator req_components = list( @@ -833,7 +833,7 @@ /obj/item/stack/sheet/glass = 1) /obj/item/circuitboard/machine/chem_mass_spec - name = "High-Performance Liquid Chromatography" + name = "High-Performance Liquid Chromatography Machine" greyscale_colors = CIRCUIT_COLOR_MEDICAL build_path = /obj/machinery/chem_mass_spec req_components = list( @@ -1612,7 +1612,7 @@ ) /obj/item/circuitboard/machine/coffeemaker - name = "Coffeemaker (Machine Board)" + name = "Coffeemaker" greyscale_colors = CIRCUIT_COLOR_SERVICE build_path = /obj/machinery/coffeemaker req_components = list( diff --git a/code/modules/cargo/markets/market_telepad.dm b/code/modules/cargo/markets/market_telepad.dm index f0c8e058fc0..ea04c1f5bb9 100644 --- a/code/modules/cargo/markets/market_telepad.dm +++ b/code/modules/cargo/markets/market_telepad.dm @@ -2,7 +2,7 @@ #define PLACE_ON_MARKET_COST PAYCHECK_LOWER * 1.2 /obj/item/circuitboard/machine/ltsrbt - name = "LTSRBT (Machine Board)" + name = "Long-To-Short-Range Bluespace Transceiver" icon_state = "bluespacearray" build_path = /obj/machinery/ltsrbt req_components = list( @@ -13,8 +13,8 @@ def_components = list(/obj/item/stack/ore/bluespace_crystal = /obj/item/stack/ore/bluespace_crystal/artificial) /obj/machinery/ltsrbt - name = "Long-To-Short-Range-Bluespace-Transceiver" - desc = "The LTSRBT is a compact teleportation machine for receiving and sending items outside the station and inside the station.\nUsing teleportation frequencies stolen from NT it is near undetectable.\nEssential for any illegal market operations on NT stations.\n" + name = "Long-To-Short-Range Bluespace Transceiver" + desc = "The LTSRBT is a compact teleportation machine for sending and receiving items both inside and outside the station.\nUsing teleportation frequencies stolen from NT, it is near undetectable.\nEssential for any illegal market operations on NT stations." icon = 'icons/obj/machines/ltsrbt.dmi' icon_state = "ltsrbt_idle" base_icon_state = "ltsrbt" diff --git a/code/modules/research/designs/autolathe/mining.dm b/code/modules/research/designs/autolathe/mining.dm index bc83d27123d..192b0d281a9 100644 --- a/code/modules/research/designs/autolathe/mining.dm +++ b/code/modules/research/designs/autolathe/mining.dm @@ -1,6 +1,6 @@ // Autolathe-able circuitboards for starting with boulder processing machines. /datum/design/board/smelter - name = "Boulder Smelter" + name = "Boulder Smelter Board" desc = "A circuitboard for a boulder smelter. Lowtech enough to be printed from the lathe." id = "b_smelter" build_type = AUTOLATHE @@ -16,7 +16,7 @@ departmental_flags = DEPARTMENT_BITFLAG_CARGO /datum/design/board/refinery - name = "Boulder Refinery" + name = "Boulder Refinery Board" desc = "A circuitboard for a boulder refinery. Lowtech enough to be printed from the lathe." id = "b_refinery" build_type = AUTOLATHE diff --git a/code/modules/research/designs/machine_designs.dm b/code/modules/research/designs/machine_designs.dm index 74e00231035..6364025924b 100644 --- a/code/modules/research/designs/machine_designs.dm +++ b/code/modules/research/designs/machine_designs.dm @@ -165,7 +165,7 @@ departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE /datum/design/board/botpad - name = "Machine Design (Bot launchpad)" + name = "Bot Launchpad Board" desc = "The circuit board for a bot launchpad." id = "botpad" build_type = IMPRINTER @@ -299,8 +299,8 @@ departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_MEDICAL /datum/design/board/chem_mass_spec - name = "High-Performance Liquid Chromatography Board" - desc = "The circuit board for a High-Performance Liquid Chromatography (Machine Board" + name = "High-Performance Liquid Chromatography Machine Board" + desc = "The circuit board for a High-Performance Liquid Chromatography machine." id = "chem_mass_spec" build_path = /obj/item/circuitboard/machine/chem_mass_spec category = list( @@ -1176,7 +1176,7 @@ departmental_flags = DEPARTMENT_BITFLAG_SERVICE | DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE /datum/design/board/navbeacon - name = "Machine Design (Bot Navigational Beacon)" + name = "Bot Navigational Beacon Board" desc = "The circuit board for a beacon that aids bot navigation." id = "botnavbeacon" build_path = /obj/item/circuitboard/machine/navbeacon @@ -1196,7 +1196,7 @@ departmental_flags = DEPARTMENT_BITFLAG_SERVICE | DEPARTMENT_BITFLAG_CARGO | DEPARTMENT_BITFLAG_SCIENCE /datum/design/board/brm - name = "Boulder Retrieval Matrix" + name = "Boulder Retrieval Matrix Board" id = "brm" materials = list( /datum/material/glass = SHEET_MATERIAL_AMOUNT, @@ -1349,7 +1349,7 @@ departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_CARGO /datum/design/board/mailsorter - name = "Mail Sorter" + name = "Mail Sorter Board" desc = "The circuit board for a mail sorting unit." id = "mailsorter" build_path = /obj/item/circuitboard/machine/mailsorter diff --git a/code/modules/wiremod/shell/brain_computer_interface.dm b/code/modules/wiremod/shell/brain_computer_interface.dm index 1ade714552f..1806df021c8 100644 --- a/code/modules/wiremod/shell/brain_computer_interface.dm +++ b/code/modules/wiremod/shell/brain_computer_interface.dm @@ -505,7 +505,7 @@ return ..() /obj/item/circuitboard/machine/bci_implanter - name = "Brain-Computer Interface Manipulation Chamber (Machine Board)" + name = "Brain-Computer Interface Manipulation Chamber" greyscale_colors = CIRCUIT_COLOR_SCIENCE build_path = /obj/machinery/bci_implanter req_components = list(