Add welded shut message to vent scrubber (#38834)

This commit is contained in:
Matt Smith
2018-06-30 23:02:02 +01:00
committed by letterjay
parent 0029919b80
commit 17d59060ad
@@ -301,6 +301,11 @@
if(. && on && is_operational())
to_chat(user, "<span class='warning'>You cannot unwrench [src], turn it off first!</span>")
return FALSE
/obj/machinery/atmospherics/components/unary/vent_scrubber/examine(mob/user)
..()
if(welded)
to_chat(user, "It seems welded shut.")
/obj/machinery/atmospherics/components/unary/vent_scrubber/can_crawl_through()
return !welded