This commit is contained in:
AmadeusWM
2025-04-06 23:20:37 +02:00
parent a3f4177d57
commit a91e2bb8c2

View File

@@ -296,7 +296,7 @@ fn play_monster_sounds(
match monster.state { match monster.state {
MonsterState::Hunting => { MonsterState::Hunting => {
monster.footstep_timer = Timer::from_seconds(10.0, TimerMode::Once); monster.footstep_timer = Timer::from_seconds(10.0, TimerMode::Once);
monster.speed = 2.0 monster.speed = 1.1
}, },
MonsterState::Lurking | MonsterState::Wandering => { MonsterState::Lurking | MonsterState::Wandering => {
monster.footstep_timer = Timer::from_seconds( monster.footstep_timer = Timer::from_seconds(