From 7b82ce463bfcd5b4e503fcb27f4879967cdab0ee Mon Sep 17 00:00:00 2001 From: Arturlang Date: Fri, 24 May 2019 15:23:10 +0300 Subject: [PATCH] Ditto Removes icon update, adds text confirmation to maxed pump in filter --- .../machinery/components/trinary_devices/filter.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm index 5640a1a587..e97c4574f0 100644 --- a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm +++ b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm @@ -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,"You maximize the pressure on the [src].") /obj/machinery/atmospherics/components/trinary/filter/layer1 piping_layer = PIPING_LAYER_MIN