From 35c80edc7a3aecc1b59fa552d4c41324a523340d Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 16 Oct 2017 20:52:33 -0500 Subject: [PATCH] Update pump.dm --- code/modules/atmospherics/machinery/portable/pump.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/atmospherics/machinery/portable/pump.dm b/code/modules/atmospherics/machinery/portable/pump.dm index 040b1714a1..388e957c08 100644 --- a/code/modules/atmospherics/machinery/portable/pump.dm +++ b/code/modules/atmospherics/machinery/portable/pump.dm @@ -1,10 +1,7 @@ #define PUMP_OUT "out" #define PUMP_IN "in" <<<<<<< HEAD -#define PUMP_MAX_PRESSURE (ONE_ATMOSPHERE * 10) -======= #define PUMP_MAX_PRESSURE (ONE_ATMOSPHERE * 25) ->>>>>>> 0ff5e9d... Merge pull request #31775 from duncathan/atmos-patch11 #define PUMP_MIN_PRESSURE (ONE_ATMOSPHERE / 10) #define PUMP_DEFAULT_PRESSURE (ONE_ATMOSPHERE)