From 0783e99c23fa08e362a9fc5f07878bb5a2a9d5d8 Mon Sep 17 00:00:00 2001 From: StaringGasMask <62149527+Exester509@users.noreply.github.com> Date: Wed, 16 Jul 2025 03:09:01 +0200 Subject: [PATCH] Changes the description of the Modular Console machine (#92109) --- .../modular_computers/computers/machinery/modular_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/computers/machinery/modular_computer.dm b/code/modules/modular_computers/computers/machinery/modular_computer.dm index b7a0ae0b9e7..cf68507adeb 100644 --- a/code/modules/modular_computers/computers/machinery/modular_computer.dm +++ b/code/modules/modular_computers/computers/machinery/modular_computer.dm @@ -3,7 +3,7 @@ // Modular Computer - A machinery that is mostly just a host to the Modular Computer item. /obj/machinery/modular_computer name = "modular computer" - desc = "You shouldn't see this. If you do, report it." //they should be examining the processor instead + desc = "The frame of an advanced computer" //This should only show up when building a computer, it should examine the processor instead icon = 'icons/obj/machines/modular_console.dmi' icon_state = "console" idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.025