Adds volume pump max text, as unlikely as it may be. Removes unnecesary icon update.

This commit is contained in:
Arturlang
2019-05-24 15:21:40 +03:00
committed by GitHub
parent 5a7ab390ce
commit 40e90d1e34
@@ -37,8 +37,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/volume_pump/AltClick(mob/user)
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
transfer_rate = MAX_TRANSFER_RATE
update_icon()
return ..()
to_chat(user,"<span class='notice'>You maximize the pressure on the [src].</span>")
/obj/machinery/atmospherics/components/binary/volume_pump/layer1
piping_layer = PIPING_LAYER_MIN