Merge pull request #12135 from Shadow-Quill/Ooh-Ahh-Push-It

Fixes pushing necropolis tendrils
This commit is contained in:
Fox McCloud
2019-08-29 21:03:31 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -105,7 +105,7 @@
continue
if(istype(M, /mob/living/simple_animal/bot/mulebot))
continue
if(M.buckled)
if(M.buckled || M.anchored)
continue
M.forceMove(src)