From add840073d4f8d713f83b1ec6a8b3a30d4effd78 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Thu, 31 Aug 2017 12:05:46 -0700 Subject: [PATCH] Revert "Lowers portable pump max pressure to 1013.25" --- code/modules/atmospherics/machinery/portable/pump.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/portable/pump.dm b/code/modules/atmospherics/machinery/portable/pump.dm index cca108757a3..cc55f0644a2 100644 --- a/code/modules/atmospherics/machinery/portable/pump.dm +++ b/code/modules/atmospherics/machinery/portable/pump.dm @@ -1,6 +1,6 @@ #define PUMP_OUT "out" #define PUMP_IN "in" -#define PUMP_MAX_PRESSURE (ONE_ATMOSPHERE * 10) +#define PUMP_MAX_PRESSURE (ONE_ATMOSPHERE * 30) #define PUMP_MIN_PRESSURE (ONE_ATMOSPHERE / 10) #define PUMP_DEFAULT_PRESSURE (ONE_ATMOSPHERE)