From 9006419fcd47e48def0fb5512306196763922cba Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Wed, 13 May 2015 16:34:24 +0200 Subject: [PATCH] Creates a default vent for atmospherics tanks. --- code/ATMOSPHERICS/components/unary/vent_pump.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/ATMOSPHERICS/components/unary/vent_pump.dm b/code/ATMOSPHERICS/components/unary/vent_pump.dm index d9cfb93a188..4674d522512 100644 --- a/code/ATMOSPHERICS/components/unary/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary/vent_pump.dm @@ -61,6 +61,16 @@ use_power = 1 icon_state = "map_vent_in" +/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos + use_power = 1 + icon_state = "map_vent_in" + external_pressure_bound = 0 + external_pressure_bound_default = 0 + internal_pressure_bound = 2000 + internal_pressure_bound_default = 2000 + pressure_checks = 2 + pressure_checks_default = 2 + /obj/machinery/atmospherics/unary/vent_pump/New() ..() air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP