From 060e1406787efb3f4dfd9eeec40da8181c2fad8d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:51:39 +0100 Subject: [PATCH] [MIRROR] Clarifies That Wire Terminals Are Inputs. [MDB IGNORE] (#18881) Clarifies That Wire Terminals Are Inputs. (#72825) Rewrites the wiring terminal's description to clarify that it's the input for both of it's use cases. Yes, this is sincerely a problem spacemen have. And it pains me. If we ever *do* get machines that use wiring terminals as an output, this'll need some minor revisiting. Co-authored-by: BluBerry016 <50649185+unit0016@users.noreply.github.com> --- code/modules/power/terminal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/terminal.dm b/code/modules/power/terminal.dm index 5cd825c12a9..8e2394d2076 100644 --- a/code/modules/power/terminal.dm +++ b/code/modules/power/terminal.dm @@ -6,7 +6,7 @@ /obj/machinery/power/terminal name = "terminal" icon_state = "term" - desc = "It's an underfloor wiring terminal for power equipment." + desc = "It's an underfloor wiring terminal, used to draw power from the grid." layer = WIRE_TERMINAL_LAYER //a bit above wires var/obj/machinery/power/master = null