Skip to content

Commit

Permalink
Implements and places relief vents on cryogaia-05-main.dmm (#1413)
Browse files Browse the repository at this point in the history
* Adds Relief Vent

* more sane

* Puts the relief vents on the map
  • Loading branch information
izac112 committed Jan 28, 2024
1 parent 11d876f commit c2e9d32
Show file tree
Hide file tree
Showing 2 changed files with 1,637 additions and 530 deletions.
8 changes: 8 additions & 0 deletions code/ATMOSPHERICS/components/unary/vent_pump.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
pressure_checks = 2
pressure_checks_default = 2

/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos/relief // YW ADDITION relief vent, that connects to the waste line as a subtype to make it easier to map in
name = "Relief vent"
external_pressure_bound = ONE_ATMOSPHERE+2
external_pressure_bound_default = ONE_ATMOSPHERE+2
pressure_checks = 1
pressure_checks_default = 1
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_SCRUBBER

/obj/machinery/atmospherics/unary/vent_pump/Initialize()
. = ..()
//soundloop = new(list(src), FALSE)
Expand Down
Loading

0 comments on commit c2e9d32

Please sign in to comment.