diff --git a/code/modules/atmospherics/machinery/components/binary_devices/pump.dm b/code/modules/atmospherics/machinery/components/binary_devices/pump.dm index 7a775fb584..be59e801d0 100644 --- a/code/modules/atmospherics/machinery/components/binary_devices/pump.dm +++ b/code/modules/atmospherics/machinery/components/binary_devices/pump.dm @@ -33,9 +33,7 @@ Thus, the two variables affect pump operation are set in New(): on = !on update_icon() return ..() - update_icon() - return ..() - + /obj/machinery/atmospherics/components/binary/pump/AltClick(mob/user) if(user.canUseTopic(src, BE_CLOSE, FALSE,)) target_pressure = MAX_OUTPUT_PRESSURE