Confusion shouldn't make you totally unable to move in one direction.

This commit is contained in:
cib
2012-01-04 22:32:09 -08:00
parent cb78753345
commit e141f962c4

View File

@@ -220,7 +220,7 @@
M.animate_movement = 2
return
else if(mob.confused)
else if(mob.confused && prob(30))
step(mob, pick(cardinal))
else
. = ..()