Atmospheric Device Changes, Added Volume Pump (#18261)

* Volume Pump added, Can now Connect some devices to the General Atmos Controller and Large Tank Controller

* Corrected Linting Errors. Added the ability to print tank control circuits.

* Undefined some defined as per linter.

* Code style adjustments

* fixes these

* Code Standards

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Muted Kobold
2025-08-27 18:12:44 -05:00
committed by GitHub
parent b4225ec5e7
commit f51a0f4d4d
14 changed files with 764 additions and 30 deletions
@@ -16,6 +16,15 @@
)
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE
/datum/design_techweb/board/tank_management
name = "tank monitoring console circuit"
id = "tank_management"
build_path = /obj/item/circuitboard/air_management/tank_control
category = list(
RND_CATEGORY_COMPUTER + RND_SUBCATEGORY_COMPUTER_ENGINEERING
)
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE
/datum/design_techweb/board/shutoff_monitor
name = "Automatic shutoff valve monitor circuit"
id = "shutoff_monitor"
@@ -8,6 +8,7 @@
"atmosanalyzer",
"atmosalerts",
"air_management",
"tank_management",
"shutoff_monitor",
// "thermomachine",
// "space_heater",