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
309 stars 85 forks source link

Fix Keeper of the Light abilities #118

Closed JoshdanG closed 11 months ago

JoshdanG commented 1 year ago

Fixes "Radiant Bind" and "Blinding Light"

  1. Update ability list
    • keeper_of_the_light_radiant_blind and keeper_of_the_light_radiant_blind swapped positions
    • typo in keeper_of_the_light_spirit_form_illuminate_end
  2. Fix spelling of keeper_of_the_light_blinding_light in Consider function
  3. Change keeper_of_the_light_radiant_bind from Consider[2] to Consider[4]
  4. Add ability name comments
  5. Remove commented out code