Commit d10c7065 authored by JoyJ's avatar JoyJ

fix oracle use R on illusion

parent 87fc5eb5
......@@ -527,6 +527,7 @@ function X.ConsiderR()
if J.IsInRange( bot, ally, nCastRange + 50 )
and ally:WasRecentlyDamagedByAnyHero( 2.0 )
and J.GetHP( ally ) < 0.55
and not ally:IsIllusion()
then
if J.IsRetreating( ally )
and ( ally ~= bot or nHP < 0.25 )
......
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