code/__DEFINES/atmospherics/atmos_machinery.dm
ATMOS_EXTERNAL_BOUND | Used when an atmos machine has "external" selected.
Found in pressure_checks of vents and air alarms. |
---|---|
ATMOS_INTERNAL_BOUND | Used when an atmos machine has "internal" selected.
Found in pressure_checks of vents and air alarms. |
ATMOS_BOUND_MAX | The maximum bound of an atmos machine.
Found in pressure_checks of vents and air alarms. |
ATMOS_DIRECTION_SIPHONING | Used when an atmos machine is siphoning out air. Found in air alarms, vents, and scrubbers. |
ATMOS_DIRECTION_RELEASING | Used when a vent is releasing air. Found in air alarms, vents, and scrubbers. |
ATMOS_DIRECTION_SCRUBBING | Used when a scrubber is scrubbing air. Found in air alarms, vents, and scrubbers. |
ATMOS_PUMP_MAX_PRESSURE | The max pressure of pumps. |
AIR_ALARM_ALERT_NONE | No TLV exceeded. |
AIR_ALARM_ALERT_WARNING | TLV warning exceeded but not hazardous. |
AIR_ALARM_ALERT_HAZARD | TLV hazard exceeded or someone pulled the switch. |
AIR_ALARM_BUILD_NO_CIRCUIT | Air alarm missing circuit |
AIR_ALARM_BUILD_NO_WIRES | Air alarm has circuit but is missing wires |
AIR_ALARM_BUILD_COMPLETE | Air alarm has all components but isn't completed |
FIRE_ALARM_BUILD_NO_CIRCUIT | Fire alarm missing circuit |
FIRE_ALARM_BUILD_NO_WIRES | Fire alarm has circuit but is missing wires |
FIRE_ALARM_BUILD_SECURED | Fire alarm has all components but isn't completed |
AREA_FAULT_NONE | Area faults clear |
AREA_FAULT_MANUAL | Fault triggered by manual intervention (ie: fire alarm pull) |
AREA_FAULT_AUTOMATIC | Fault triggered automatically (ie: firedoor detection) |
TLV_VAR_WARNING_MIN | [/datum/tlv/var/warning_min] |
TLV_VAR_HAZARD_MIN | [/datum/tlv/var/hazard_min] |
TLV_VAR_WARNING_MAX | [/datum/tlv/var/warning_max] |
TLV_VAR_HAZARD_MAX | [/datum/tlv/var/hazard_max] |
TLV_VAR_ALL | All the vars in /datum/tlv |
TLV_VALUE_IGNORE | TLV datums will ignore variables set to this. |
PUMP_DEFAULT_PRESSURE | Default pressure, used in the UI to reset the settings |
PUMP_MAX_PRESSURE | Maximum settable pressure |
PUMP_MIN_PRESSURE | Minimum settable pressure |
PUMP_IN | What direction is the machine pumping (into pump/port or out to the tank/area)? |
CAN_MAX_RELEASE_PRESSURE | Max allowed pressure for canisters to release air per tick |
CAN_MIN_RELEASE_PRESSURE | Min allowed pressure for canisters to release air per tick |
Define Details
AIR_ALARM_ALERT_HAZARD
TLV hazard exceeded or someone pulled the switch.
AIR_ALARM_ALERT_NONE
No TLV exceeded.
AIR_ALARM_ALERT_WARNING
TLV warning exceeded but not hazardous.
AIR_ALARM_BUILD_COMPLETE
Air alarm has all components but isn't completed
AIR_ALARM_BUILD_NO_CIRCUIT
Air alarm missing circuit
AIR_ALARM_BUILD_NO_WIRES
Air alarm has circuit but is missing wires
AREA_FAULT_AUTOMATIC
Fault triggered automatically (ie: firedoor detection)
AREA_FAULT_MANUAL
Fault triggered by manual intervention (ie: fire alarm pull)
AREA_FAULT_NONE
Area faults clear
ATMOS_BOUND_MAX
The maximum bound of an atmos machine.
Found in pressure_checks
of vents and air alarms.
ATMOS_DIRECTION_RELEASING
Used when a vent is releasing air. Found in air alarms, vents, and scrubbers.
ATMOS_DIRECTION_SCRUBBING
Used when a scrubber is scrubbing air. Found in air alarms, vents, and scrubbers.
ATMOS_DIRECTION_SIPHONING
Used when an atmos machine is siphoning out air. Found in air alarms, vents, and scrubbers.
ATMOS_EXTERNAL_BOUND
Used when an atmos machine has "external" selected.
Found in pressure_checks
of vents and air alarms.
ATMOS_INTERNAL_BOUND
Used when an atmos machine has "internal" selected.
Found in pressure_checks
of vents and air alarms.
ATMOS_PUMP_MAX_PRESSURE
The max pressure of pumps.
CAN_MAX_RELEASE_PRESSURE
Max allowed pressure for canisters to release air per tick
CAN_MIN_RELEASE_PRESSURE
Min allowed pressure for canisters to release air per tick
FIRE_ALARM_BUILD_NO_CIRCUIT
Fire alarm missing circuit
FIRE_ALARM_BUILD_NO_WIRES
Fire alarm has circuit but is missing wires
FIRE_ALARM_BUILD_SECURED
Fire alarm has all components but isn't completed
PUMP_DEFAULT_PRESSURE
Default pressure, used in the UI to reset the settings
PUMP_IN
What direction is the machine pumping (into pump/port or out to the tank/area)?
PUMP_MAX_PRESSURE
Maximum settable pressure
PUMP_MIN_PRESSURE
Minimum settable pressure
TLV_VALUE_IGNORE
TLV datums will ignore variables set to this.
TLV_VAR_ALL
All the vars in /datum/tlv
TLV_VAR_HAZARD_MAX
[/datum/tlv/var/hazard_max]
TLV_VAR_HAZARD_MIN
[/datum/tlv/var/hazard_min]
TLV_VAR_WARNING_MAX
[/datum/tlv/var/warning_max]
TLV_VAR_WARNING_MIN
[/datum/tlv/var/warning_min]