diff --git a/Core/Utils/Invulnerable.cs b/Core/Utils/Invulnerable.cs index 75e8f42..903a25e 100644 --- a/Core/Utils/Invulnerable.cs +++ b/Core/Utils/Invulnerable.cs @@ -90,7 +90,8 @@ static Invulnerable() { ChampionName = "Kindred", MinHealthPercent = 10, CheckFunction = (target, type) => target.HealthPercent <= 10 - } + }, + new InvulnerableEntry("itemmagekillerveil") { IsShield = true } }); }