Makes the Large Tank Controller name consistent (#31001)

* Renames the built computer to "large tank control"

* Renames the actual circuit to "large tank control"
This commit is contained in:
MixityMaxity
2025-11-20 10:38:44 +00:00
committed by GitHub
parent e39ee7613c
commit cc115b8be8
2 changed files with 2 additions and 1 deletions
@@ -286,6 +286,7 @@ GLOBAL_LIST_EMPTY(gas_sensors)
return PROCESS_KILL
/obj/machinery/computer/general_air_control/large_tank_control
name = "large tank control"
circuit = /obj/item/circuitboard/large_tank_control
// Map set vars
@@ -486,7 +486,7 @@
origin_tech = "programming=3;bluespace=3;plasmatech=4"
/obj/item/circuitboard/large_tank_control
board_name = "Atmospheric Tank Control"
board_name = "Large Tank Control"
icon_state = "engineering"
build_path = /obj/machinery/computer/general_air_control/large_tank_control
origin_tech = "programming=2;engineering=3;materials=2"