From a578aafb5a46c633aefd572d286d706401f41ba5 Mon Sep 17 00:00:00 2001 From: Steeclad Cat Date: Wed, 28 Aug 2024 23:23:07 -0500 Subject: [PATCH] removes the lore and just makes it a statistical change --- code/game/machinery/computer/dropship_weapons.dm | 4 ++-- code/modules/shuttle/computers/dropship_computer.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/machinery/computer/dropship_weapons.dm b/code/game/machinery/computer/dropship_weapons.dm index fc9eec5a51..b5022b4a75 100644 --- a/code/game/machinery/computer/dropship_weapons.dm +++ b/code/game/machinery/computer/dropship_weapons.dm @@ -1,6 +1,6 @@ /obj/structure/machinery/computer/dropship_weapons - name = "abstract dropship fire control console" - desc = "The rear console of a dropship; primarily intended to operate weapons and radioelectronic battle actions by the weapons officer. Also contains a set of redundant flight controls. The sensor fusion display informs the pilot of everything the aircraft picks up, fed through a powerful logic driver." + name = "abstract dropship weapons controls" + desc = "A computer to manage equipment, weapons and simulations installed on the dropship." density = TRUE icon = 'icons/obj/structures/machinery/shuttle-parts.dmi' icon_state = "consoleright" diff --git a/code/modules/shuttle/computers/dropship_computer.dm b/code/modules/shuttle/computers/dropship_computer.dm index bfbaa02556..ccc7c891e5 100644 --- a/code/modules/shuttle/computers/dropship_computer.dm +++ b/code/modules/shuttle/computers/dropship_computer.dm @@ -1,6 +1,6 @@ /obj/structure/machinery/computer/shuttle/dropship/flight - name = "dropship flight console" - desc = "The multi-purpose display cluster of a dropship. Integrates information from avionics to radioelectronic battle state into a combined battlefield picture. With it, it's possible to fly alone, though difficult. This station also has backup fire control authority." + name = "dropship navigation computer" + desc = "A flight computer that can be used for autopilot or long-range flights." icon = 'icons/obj/structures/machinery/shuttle-parts.dmi' icon_state = "console" unacidable = TRUE