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

All summons affected by Blighted Summoning get max vim on spawn

parent ad2c4689
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,6 @@ uberTalent{
local tl = who:getTalentLevelRaw(who.T_EMPATHIC_HEX)
tl = tlevel-tl
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
......@@ -197,6 +196,7 @@ uberTalent{
-- print("Error: attempting to apply talent Blighted Summoning to incorrect creature type")
return false
end
who:incVim(who:getMaxVim())
return true
end,
info = function(self, t)
......
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