diff --git a/src/monster.rs b/src/monster.rs index 1eda440..e131520 100644 --- a/src/monster.rs +++ b/src/monster.rs @@ -296,7 +296,7 @@ fn play_monster_sounds( match monster.state { MonsterState::Hunting => { monster.footstep_timer = Timer::from_seconds(10.0, TimerMode::Once); - monster.speed = 2.0 + monster.speed = 1.1 }, MonsterState::Lurking | MonsterState::Wandering => { monster.footstep_timer = Timer::from_seconds(