From 56b8a3999930c7a14091d0e9e2817f93e02eec49 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:46:50 +0100 Subject: [PATCH] coil up port (#19014) --- code/modules/power/tesla/coil.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/power/tesla/coil.dm b/code/modules/power/tesla/coil.dm index 7b846896ce4..66034e2599e 100644 --- a/code/modules/power/tesla/coil.dm +++ b/code/modules/power/tesla/coil.dm @@ -1,6 +1,6 @@ /obj/machinery/power/tesla_coil name = "tesla coil" - desc = "For the union!" + desc = "Balanced power generation and zapping." icon = 'icons/obj/tesla_engine/tesla_coil.dmi' icon_state = "coil0" var/icontype = "coil" @@ -106,7 +106,7 @@ /obj/machinery/power/tesla_coil/relay name = "tesla relay coil" - desc = "For the union!" + desc = "Designed to move power around rather than just consuming it." icon_state = "relay0" icontype = "relay" @@ -132,7 +132,7 @@ /obj/machinery/power/tesla_coil/splitter name = "tesla prism coil" - desc = "For the union!" + desc = "Acts as a multi-target distributor." icon_state = "prism0" icontype = "prism" @@ -157,7 +157,7 @@ /obj/machinery/power/tesla_coil/amplifier name = "tesla amplifier coil" - desc = "For the union!" + desc = "Designed to amplify power moving through it rather than collecting it." icon_state = "amp0" icontype = "amp" @@ -180,7 +180,7 @@ /obj/machinery/power/tesla_coil/recaster name = "tesla recaster coil" - desc = "For the union!" + desc = "Extends the reach of the bolts." icon_state = "recaster0" icontype = "recaster" @@ -204,7 +204,7 @@ /obj/machinery/power/tesla_coil/collector name = "tesla collector coil" - desc = "For the union!" + desc = "Highly efficient power collection. Does not arc." icon_state = "collector0" icontype = "collector"