Commit e415805a authored by JoyJ's avatar JoyJ

fix WillMagicKillTarget

parent 7b32f085
...@@ -885,9 +885,8 @@ function J.WillMagicKillTarget( bot, npcTarget, dmg, nDelay ) ...@@ -885,9 +885,8 @@ function J.WillMagicKillTarget( bot, npcTarget, dmg, nDelay )
end end
end end
if npcTarget:GetUnitName() == "npc_dota_hero_spectre" if npcTarget:GetUnitName() == "npc_dota_hero_spectre" then
then EstDamage = EstDamage * 0.8
EstDamage = EstDamage * 0.25
end end
if npcTarget:GetUnitName() == "npc_dota_hero_bristleback" then if npcTarget:GetUnitName() == "npc_dota_hero_bristleback" then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment