adamqqqplay / dota2ai

Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.
http://steamcommunity.com/sharedfiles/filedetails/?id=855965029
GNU General Public License v3.0
310 stars 85 forks source link

Fix abaddon not using abilities #106

Closed JoshdanG closed 1 year ago

JoshdanG commented 1 year ago
  1. Fix error evaluating his first ability ("Hero" instead of "Unit"). Once it was skilled, abaddon would not use any abilities
  2. Now will remove self from list of allies, since mist coil is not self-targetable
  3. Also remove duplicate "allys" definition that was overwritten
JoshdanG commented 1 year ago

Sorry, I missed that with the last fix, Abaddon kept trying to cast Mist Coil on himself. This fixes that, but also introduces a dependency on Remove working properly (https://github.com/adamqqqplay/dota2ai/pull/108)