Merge pull request #6119 from Citadel-Station-13/upstream-merge-36398

[MIRROR] [READY]pathfinding circuitry upgrade
This commit is contained in:
deathride58
2018-03-27 17:47:11 +00:00
committed by GitHub
15 changed files with 482 additions and 68 deletions
+3 -1
View File
@@ -58,7 +58,9 @@
var/mob/living/M = caller
if(!M.ventcrawler && M.mob_size != MOB_SIZE_TINY)
return 0
var/atom/movable/M = caller
if(M && M.pulling)
return CanAStarPass(ID, to_dir, M.pulling)
return 1 //diseases, stings, etc can pass
/obj/structure/plasticflaps/CanPass(atom/movable/A, turf/T)