Merge pull request #8343 from Incoming5643/Follow_me_if_you_want_to_live

Docile slime AI won't try to break your pull
This commit is contained in:
Jordie
2015-03-19 16:46:45 +11:00
@@ -379,6 +379,8 @@
else
if (holding_still)
holding_still = max(holding_still - 1, 0)
else if (docile && pulledby)
holding_still = 10
else if(canmove && isturf(loc) && prob(33))
step(src, pick(cardinal))
else if(!AIproc)