From 741c10bc207296881f16b2ff53bfc1738a0c6fac Mon Sep 17 00:00:00 2001 From: Charlie <69320440+hal9000PR@users.noreply.github.com> Date: Sat, 1 Jan 2022 20:43:41 +0000 Subject: [PATCH] Fixes vents having a double defined examine proc (#17291) --- .../machinery/components/unary_devices/vent_scrubber.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm index 577bdbdb625..c489ae93b25 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm @@ -63,7 +63,7 @@ radio_connection = null return ..() -/obj/machinery/atmospherics/unary/vent_pump/examine(mob/user) +/obj/machinery/atmospherics/unary/vent_scrubber/examine(mob/user) . = ..() if(welded) . += "It seems welded shut."