Skip to content

Commit

Permalink
Update Orbwalking.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
myo committed Jan 10, 2017
1 parent 0df1b91 commit 7c4aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orbwalking.cs
Expand Up @@ -308,7 +308,7 @@ public static bool CanAttack()
return false;
}

if (Player.HasBuffOfType(BuffType.Blind))
if (Player.HasBuffOfType(BuffType.Blind) && Player.CharData.BaseSkinName != "Kalista")
{
return false;
}
Expand Down

0 comments on commit 7c4aef8

Please sign in to comment.