From 96ab12cb4837c550464c5db06620b96b80f875b8 Mon Sep 17 00:00:00 2001 From: Arturlang Date: Sat, 25 May 2019 13:59:35 +0300 Subject: [PATCH] Update code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm Co-Authored-By: Poojawa --- .../machinery/components/binary_devices/volume_pump.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm b/code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm index a10b82d33e..c217b640bd 100644 --- a/code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm +++ b/code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm @@ -38,6 +38,7 @@ Thus, the two variables affect pump operation are set in New(): if(user.canUseTopic(src, BE_CLOSE, FALSE,)) transfer_rate = MAX_TRANSFER_RATE to_chat(user,"You maximize the pressure on the [src].") + investigate_log("Pump, [src.name], was maximized by [key_name(usr)] at [x], [y], [z], [A]", INVESTIGATE_ATMOS) /obj/machinery/atmospherics/components/binary/volume_pump/layer1 piping_layer = PIPING_LAYER_MIN