Fix dog AI and animations

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-17 18:24:31 +01:00
parent 815ca4a13e
commit 62fce48527
10 changed files with 86 additions and 49 deletions

View File

@@ -416,7 +416,7 @@ class WolfEngine {
// Wake them up!
if (entity.state == EntityState.idle ||
entity.state == EntityState.ambush) {
entity.state == EntityState.chasing) {
entity.state = EntityState.patrolling;
entity.lastActionTime = _timeAliveMs;
}