mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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 🆑 spellcheck: Made shuttle computer boards only say (Computer Board) once /🆑
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user