From 472cfd98c4e1e74a4453ff3b7a66ee09f38a3499 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 12 Jul 2019 09:47:41 -0400 Subject: [PATCH] Buffs Air Vents to Baystation Standard ...this should probably be ported to Polaris but too lazy right now. --- code/ATMOSPHERICS/components/unary/vent_pump.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ATMOSPHERICS/components/unary/vent_pump.dm b/code/ATMOSPHERICS/components/unary/vent_pump.dm index ce2eb97e677..1f7414e17f1 100644 --- a/code/ATMOSPHERICS/components/unary/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary/vent_pump.dm @@ -16,7 +16,7 @@ desc = "Has a valve and pump attached to it" use_power = 0 idle_power_usage = 150 //internal circuitry, friction losses and stuff - power_rating = 7500 //7500 W ~ 10 HP + power_rating = 30000 //7500 W ~ 10 HP //VOREStation Edit - 30000 W connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_SUPPLY //connects to regular and supply pipes @@ -89,7 +89,7 @@ /obj/machinery/atmospherics/unary/vent_pump/high_volume name = "Large Air Vent" power_channel = EQUIP - power_rating = 15000 //15 kW ~ 20 HP + power_rating = 45000 //15 kW ~ 20 HP //VOREStation Edit - 45000 /obj/machinery/atmospherics/unary/vent_pump/high_volume/New() ..()