mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user