fixes brimdemon AI (and some other mobs) (#82831)

## About The Pull Request
i noticed brimdemons werent attacking when i tried investigating the
problem i saw it extends to other mobs

## Why It's Good For The Game
brimdemons, as well as other mobs, will behave normally

## Changelog
🆑
fix: brimdemons (and other mobs) will act normally
/🆑
This commit is contained in:
Ben10Omintrix
2024-04-22 21:20:30 -06:00
committed by GitHub
parent 1f862aef6d
commit f27d66020f
3 changed files with 3 additions and 3 deletions
@@ -29,4 +29,4 @@
if(!atom_pawn.CanReach(controller.blackboard[target_key]))
return AI_BEHAVIOR_INSTANT | AI_BEHAVIOR_SUCCEEDED
. = ..()
return . | AI_BEHAVIOR_DELAY | AI_BEHAVIOR_SUCCEEDED
return AI_BEHAVIOR_DELAY | AI_BEHAVIOR_SUCCEEDED