Skip to content
Snippets Groups Projects
Commit 7d983644 authored by DarkGod's avatar DarkGod
Browse files

Shadows affected by Blighted Summoning now come up with full vim

parent d735f199
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment