From 5b2fc29d1f319c6ebe44d11eaddde6d6d9d274f5 Mon Sep 17 00:00:00 2001 From: Arturlang Date: Fri, 24 May 2019 15:08:25 +0300 Subject: [PATCH] Pumps now let you know when their output is maxed using Alt --- .../atmospherics/machinery/components/binary_devices/pump.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/binary_devices/pump.dm b/code/modules/atmospherics/machinery/components/binary_devices/pump.dm index be59e801d0..864d135f7c 100644 --- a/code/modules/atmospherics/machinery/components/binary_devices/pump.dm +++ b/code/modules/atmospherics/machinery/components/binary_devices/pump.dm @@ -37,7 +37,7 @@ Thus, the two variables affect pump operation are set in New(): /obj/machinery/atmospherics/components/binary/pump/AltClick(mob/user) if(user.canUseTopic(src, BE_CLOSE, FALSE,)) target_pressure = MAX_OUTPUT_PRESSURE - + to_chat(user, "You maximize the pressure on the [src]") /obj/machinery/atmospherics/components/binary/pump/layer1 piping_layer = PIPING_LAYER_MIN pixel_x = -PIPING_LAYER_P_X