From a2514bc620f791b174b6091f49e86a1ecef0b93a Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:23:06 +0300 Subject: [PATCH] [MIRROR] Removes references to no-longer-existent "Tesla Energy Relay" from nukeop uplink (#2825) (#3627) * Removes references to no-longer-existent "Tesla Energy Relay" from nukeop uplink (#83644) ## About The Pull Request Title ## Why It's Good For The Game ![image](https://github.com/tgstation/tgstation/assets/152340324/b5631b3e-1b72-430d-93de-d75e3e9d5d7c) ## Changelog :cl: PapaMichael spellcheck: Nukie uplinks no longer claim to have nonexistent "Tesla Energy Relays" /:cl: * Removes references to no-longer-existent "Tesla Energy Relay" from nukeop uplink --------- Co-authored-by: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: PapaMichael Co-authored-by: NovaBot13 --- code/modules/uplink/uplink_items/nukeops.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/uplink/uplink_items/nukeops.dm b/code/modules/uplink/uplink_items/nukeops.dm index f663ea0dc9d..81bc1eeffea 100644 --- a/code/modules/uplink/uplink_items/nukeops.dm +++ b/code/modules/uplink/uplink_items/nukeops.dm @@ -557,14 +557,14 @@ /datum/uplink_item/mech/gygax name = "Dark Gygax Exosuit" desc = "A lightweight exosuit, painted in a dark scheme. Its speed and equipment selection make it excellent \ - for hit-and-run style attacks. Features a scattershot shotgun, armor boosters against melee and ranged attacks, ion thrusters and a Tesla energy array." + for hit-and-run style attacks. Features a scattershot shotgun, armor boosters against melee and ranged attacks, and ion thrusters." item = /obj/vehicle/sealed/mecha/gygax/dark/loaded cost = 60 /datum/uplink_item/mech/mauler name = "Mauler Exosuit" desc = "A massive and incredibly deadly military-grade exosuit. Features long-range targeting, thrust vectoring \ - and deployable smoke. Comes equipped with an LMG, scattershot carbine, missile rack, an antiprojectile armor booster and a Tesla energy array." + and deployable smoke. Comes equipped with an LMG, scattershot carbine, missile rack, and an antiprojectile armor booster." item = /obj/vehicle/sealed/mecha/marauder/mauler/loaded cost = 100