Fixes vents having a double defined examine proc (#17291)

This commit is contained in:
Charlie
2022-01-01 21:43:41 +01:00
committed by GitHub
parent cfa4d63233
commit 741c10bc20
@@ -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."