diff --git a/common/src/sys/agent.rs b/common/src/sys/agent.rs index 8c8a7dd0b8..a9dcf46dc8 100644 --- a/common/src/sys/agent.rs +++ b/common/src/sys/agent.rs @@ -93,7 +93,7 @@ impl<'a> System<'a> for Sys { }, None => { control.move_dir = Vec2::one(); - rand::random::().fract() < 0.25 + true }, };