Merge pull request #2065 from Markolie/lawstate

Fixes
This commit is contained in:
Fox-McCloud
2015-09-15 17:42:34 -04:00
5 changed files with 7 additions and 1 deletions
@@ -365,6 +365,9 @@
return MT_UPDATE
return ..()
/obj/machinery/atmospherics/unary/vent_scrubber/can_crawl_through()
return !welded
/obj/machinery/atmospherics/unary/vent_scrubber/attackby(var/obj/item/weapon/W as obj, var/mob/user as mob, params)
if(istype(W, /obj/item/weapon/weldingtool))