--- data/talents/misc/misc.lua.old 2012-09-22 13:49:12.984375000 -0700 +++ data/talents/misc/misc.lua 2012-09-22 13:50:29.718750000 -0700 @@ -90,6 +90,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ @@ -99,6 +100,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, on_learn = function(self, t) if self:getMaxFeedback() <= 0 then self:incMaxFeedback(100) @@ -115,6 +117,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ name = "Vim Pool", @@ -123,6 +126,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ name = "Stamina Pool", @@ -131,6 +135,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ name = "Equilibrium Pool", @@ -139,6 +144,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ name = "Positive Pool", @@ -147,6 +153,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ name = "Negative Pool", @@ -155,6 +162,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } newTalent{ name = "Hate Pool", @@ -163,6 +171,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, updateRegen = function(self, t) -- hate loss speeds up as hate increases local hate = self:getHate() @@ -217,6 +226,7 @@ mode = "passive", hide = "always", no_unlearn_last = true, + dont_provide_pool = true, } -- Mages class talent, teleport to angolwen