Merge pull request #7276 from Citadel-Station-13/upstream-merge-38834

[MIRROR] Add welded shut message to vent scrubber
This commit is contained in:
LetterJay
2018-07-01 09:36:33 -05:00
committed by GitHub
@@ -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