Merge pull request #1008 from tigercat2000/VcrawlFixes

Generic ventcrawling + Bugfixes
This commit is contained in:
ZomgPonies
2015-05-12 14:35:01 -04:00
20 changed files with 108 additions and 177 deletions
+6
View File
@@ -184,5 +184,11 @@ obj/machinery/atmospherics/proc/check_connect_types_construction(obj/machinery/a
spawn(1)
user.canmove = 1
/obj/machinery/atmospherics/AltClick(var/mob/living/L)
if(is_type_in_list(src, ventcrawl_machinery))
L.handle_ventcrawl(src)
return
..()
/obj/machinery/atmospherics/proc/can_crawl_through()
return 1