mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user