mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Run only confusion (#11886)
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
M.animate_movement = 2
|
||||
return
|
||||
|
||||
else if(mob.confused && prob(25))
|
||||
else if(mob.confused && prob(25) && mob.m_intent == M_RUN)
|
||||
step(mob, pick(cardinal))
|
||||
else
|
||||
. = mob.SelfMove(n, direct)
|
||||
|
||||
Reference in New Issue
Block a user