mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user