[MIRROR] fixes wolf ai getting stuck (#29295)

* fixes wolf ai getting stuck (#85654)

## About The Pull Request
wolf AI tend to get stuck processing this behavior infinitely

## Why It's Good For The Game
fixes wolf ai getting stuck sometimes

## Changelog
🆑
fix: wolf AI will no longer get stuck
/🆑

* fixes wolf ai getting stuck

---------

Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-08-14 17:34:46 +02:00
committed by GitHub
parent 3987ec62ad
commit 19ea5e9da2
@@ -44,6 +44,6 @@
other_mob.ai_controller.set_blackboard_key(BB_BASIC_MOB_REINFORCEMENT_TARGET, pawn_mob)
controller.set_blackboard_key(BB_BASIC_MOB_REINFORCEMENTS_COOLDOWN, world.time + REINFORCEMENTS_COOLDOWN)
return AI_BEHAVIOR_DELAY
return AI_BEHAVIOR_DELAY | AI_BEHAVIOR_SUCCEEDED
#undef REINFORCEMENTS_COOLDOWN