Update code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm

Co-Authored-By: Poojawa <Poojawa@users.noreply.github.com>
This commit is contained in:
Arturlang
2019-05-25 13:59:35 +03:00
committed by GitHub
parent 9e025a03bd
commit 96ab12cb48
@@ -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,"<span class='notice'>You maximize the pressure on the [src].</span>")
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