From 5d06de81b686ece5bc393d8550262512104b60e9 Mon Sep 17 00:00:00 2001 From: Arturlang Date: Fri, 24 May 2019 15:00:27 +0300 Subject: [PATCH] Fixes inconsistent indentation --- .../atmospherics/machinery/components/binary_devices/pump.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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