Skip to content
Snippets Groups Projects
Commit 8d237393 authored by Nagyhal's avatar Nagyhal
Browse files

Fix Rune: Biting Gale not being used by tactical AI

This was caused by the lack of a "radius" attribute.

Which tactical.lua makes good use of the talent's "target" value, for
the initial range check it ignores this and uses the sum of
getTalentRadius and getTalentRange. So, while Biting Gale had a
perfectly good target table, because the radius was not stored in a
separate radius value the AI was assuming it to have a range of 0 and
thus never using it.

I've searched through the entire code base, and not found any other
cases exactly like this. I have, however, found a few which could be
mildly improved. I'll consider uploading a bundle of such fixes later.
parent 987ccf56
No related branches found
No related tags found
1 merge request!257Fix Rune: Biting Gale not being used by tactical AI
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