From 443d97782c0d00a21b06600a02a6e2fb3d7c55bc Mon Sep 17 00:00:00 2001 From: Nichlas Pihl Date: Fri, 4 Oct 2019 12:15:07 +0100 Subject: [PATCH] Update vent_pump.dm --- yogstation/code/modules/atmospherics/unary_devices/vent_pump.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yogstation/code/modules/atmospherics/unary_devices/vent_pump.dm b/yogstation/code/modules/atmospherics/unary_devices/vent_pump.dm index 52152213bf91..99450d4f9bba 100644 --- a/yogstation/code/modules/atmospherics/unary_devices/vent_pump.dm +++ b/yogstation/code/modules/atmospherics/unary_devices/vent_pump.dm @@ -30,6 +30,6 @@ ..() /obj/machinery/atmospherics/components/unary/vent_pump/examine(mob/user) - ..() + .=..() if(cover) . += "Its cover is open."