Fix aliens crawling through welded scrubbers

This commit is contained in:
Markolie
2015-09-15 23:05:28 +02:00
parent 5e856a0aaf
commit d7d0573a50
@@ -360,6 +360,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))