From 7d9836446be230199c808cd0a19a252c46881603 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Fri, 9 Dec 2016 11:56:24 +0100 Subject: [PATCH] Shadows affected by Blighted Summoning now come up with full vim --- game/modules/tome/data/talents/uber/mag.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/uber/mag.lua b/game/modules/tome/data/talents/uber/mag.lua index 75c3b7ea92..5d33fddccc 100644 --- a/game/modules/tome/data/talents/uber/mag.lua +++ b/game/modules/tome/data/talents/uber/mag.lua @@ -176,7 +176,8 @@ uberTalent{ elseif who.subtype == "shadow" then local tl = who:getTalentLevelRaw(who.T_EMPATHIC_HEX) tl = tlevel-tl - if tl > 0 then who:learnTalent(who.T_EMPATHIC_HEX, true, tl) end + if tl > 0 then who:learnTalent(who.T_EMPATHIC_HEX, true, tl) end + who:incVim(who:getMaxVim()) elseif who.type == "thought-form" then who:learnTalent(who.T_FLAME_OF_URH_ROK,true,tlevel) elseif who.subtype == "yeek" then -- GitLab