From 050433c0def4dbb1414de433335bbf36ffa0ae8a Mon Sep 17 00:00:00 2001 From: NightMoon <407368027@qq.com> Date: Thu, 24 Nov 2016 02:27:46 +0800 Subject: [PATCH] Update Invulnerable.cs --- Core/Utils/Invulnerable.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }); }