Skip to content
Snippets Groups Projects
Commit a57f781a authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'ai_adjust' into 'master'

Fix the issue that AI do not act when and after frozen

Current AI do not handle frozen status very well, it won't try to break the ice and may permanently forget their target after the ice-block melts away if the player is not nearby, then AI will just stand still.

This commit try to fix this strange behavior:
1. When the ice-block melt, try to reset the AI's target to the applier
2. Let tactical AI hit the ice-block, leaving the numb AI for now (because they are numb)
3. Let your own projectile hit you if you are encased in ice, so you could break ice by projectile.

This commit only provides a possible solution for this issue, and its potential impact should be evaluated.


See merge request !696
parents 4f01948a 4b32c019
No related branches found
No related tags found
1 merge request!696Fix the issue that AI do not act when and after frozen
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment