From 9e025a03bd78106c804ed57752807f0716219fcd Mon Sep 17 00:00:00 2001 From: Arturlang Date: Fri, 24 May 2019 15:23:54 +0300 Subject: [PATCH] Ditto Adds output max confirmation, removes unneeded icon update --- .../machinery/components/trinary_devices/mixer.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm b/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm index 3b0e89b99d..9df4efe8cd 100644 --- a/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm +++ b/code/modules/atmospherics/machinery/components/trinary_devices/mixer.dm @@ -23,9 +23,8 @@ /obj/machinery/atmospherics/components/trinary/mixer/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/mixer/layer1 piping_layer = PIPING_LAYER_MIN pixel_x = -PIPING_LAYER_P_X