diff --git a/code/modules/atmospherics/machinery/components/unary_devices/airlock_pump.dm b/code/modules/atmospherics/machinery/components/unary_devices/airlock_pump.dm index c391fe2e8c2..daac7d51381 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/airlock_pump.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/airlock_pump.dm @@ -182,7 +182,7 @@ /obj/machinery/atmospherics/components/unary/airlock_pump/process_atmos() if(!on) return - if(is_operational) + if(!is_operational) stack_trace("Airlock pump on but not operational, it should've been cancelled by on_set_is_operational") stop_cycle(null, unbolt_only = TRUE) return