From a91e2bb8c2138a98a15be0cb29a81f70e8ae8db8 Mon Sep 17 00:00:00 2001 From: AmadeusWM <63149896+AmadeusWM@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:20:37 +0200 Subject: [PATCH] monster --- src/monster.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(