Removes icon update, adds text confirmation to maxed pump in filter
This commit is contained in:
Arturlang
2019-05-24 15:23:10 +03:00
committed by GitHub
parent 40e90d1e34
commit 7b82ce463b

View File

@@ -21,8 +21,7 @@
/obj/machinery/atmospherics/components/trinary/filter/AltClick(mob/user)
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
target_pressure = MAX_OUTPUT_PRESSURE
update_icon()
return ..()
to_chat(user,"<span class='notice'>You maximize the pressure on the [src].</span>")
/obj/machinery/atmospherics/components/trinary/filter/layer1
piping_layer = PIPING_LAYER_MIN