Commit e415805a authored by JoyJ's avatar JoyJ

fix WillMagicKillTarget

parent 7b32f085
......@@ -885,9 +885,8 @@ function J.WillMagicKillTarget( bot, npcTarget, dmg, nDelay )
end
end
if npcTarget:GetUnitName() == "npc_dota_hero_spectre"
then
EstDamage = EstDamage * 0.25
if npcTarget:GetUnitName() == "npc_dota_hero_spectre" then
EstDamage = EstDamage * 0.8
end
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