Fixes illusions not fleeing their targets and runtiming in place (#94476)

## About The Pull Request

They did not have the fleeing targeting behavior assigned, hence they
failed to do anything and runtimed in place

## Changelog
🆑
fix: Fixed illusions not fleeing their targets and runtiming in place
/🆑
This commit is contained in:
SmArtKar
2025-12-15 10:11:21 -07:00
committed by GitHub
parent c05f8ea57d
commit 4bf8fac8e3
@@ -20,6 +20,7 @@
/datum/ai_controller/basic_controller/illusion/escape
blackboard = list(
BB_TARGETING_STRATEGY = /datum/targeting_strategy/basic, // we don't need the special illusion one here
BB_FLEE_TARGETING_STRATEGY = /datum/targeting_strategy/basic,
)
ai_traits = DEFAULT_AI_FLAGS