From 052844c8ec8f3629cda2e5db43cd9fc3507f8898 Mon Sep 17 00:00:00 2001 From: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:56:47 -0400 Subject: [PATCH] Remove double (Computer Board) on custom shuttle boards (#92806) ## About The Pull Request computer boards saying (Computer Board) is done by name_extension on the base board, and the shuttle boards had a second one in their base name. ## Why It's Good For The Game Only need one (Computer Board) ## Changelog :cl: spellcheck: Made shuttle computer boards only say (Computer Board) once /:cl: --- .../objects/items/circuitboards/computer_circuitboards.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/circuitboards/computer_circuitboards.dm b/code/game/objects/items/circuitboards/computer_circuitboards.dm index 2d3ba1ab58f..94dc6eecdf1 100644 --- a/code/game/objects/items/circuitboards/computer_circuitboards.dm +++ b/code/game/objects/items/circuitboards/computer_circuitboards.dm @@ -676,9 +676,9 @@ machine.connect_to_shuttle(TRUE, shuttle) /obj/item/circuitboard/computer/shuttle/flight_control - name = "Shuttle Flight Control (Computer Board)" + name = "Shuttle Flight Control" build_path = /obj/machinery/computer/shuttle/custom_shuttle /obj/item/circuitboard/computer/shuttle/docker - name = "Shuttle Navigation Computer (Computer Board)" + name = "Shuttle Navigation Computer" build_path = /obj/machinery/computer/camera_advanced/shuttle_docker/custom