mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user