mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Fixes vents having a double defined examine proc (#17291)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user