mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-25 08:23:14 +00:00
Confusion shouldn't make you totally unable to move in one direction.
This commit is contained in:
@@ -220,7 +220,7 @@
|
||||
M.animate_movement = 2
|
||||
return
|
||||
|
||||
else if(mob.confused)
|
||||
else if(mob.confused && prob(30))
|
||||
step(mob, pick(cardinal))
|
||||
else
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user