Skip to content

Commit

Permalink
remove Fizz E buff check
Browse files Browse the repository at this point in the history
  • Loading branch information
Esk0r committed May 26, 2016
1 parent 7039699 commit 058122b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions TargetSelector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,6 @@ public static bool IsInvulnerable(Obj_AI_Base target, DamageType damageType, boo
return true;
}

// Fizz E
if (targetBuffs.Contains("fizztrickslamsounddummy"))
{
return true;
}

// Vladimir W
if (targetBuffs.Contains("VladimirSanguinePool"))
{
Expand Down

0 comments on commit 058122b

Please sign in to comment.