Skip to content
Snippets Groups Projects
Commit ada2e3d1 authored by dg's avatar dg
Browse files

Fixed not being able to unlearn the correct amount of talents in some cases

git-svn-id: http://svn.net-core.org/repos/t-engine4@6170 51575b47-30f0-44d4-a5cc-537603b46e54
parent 80ea2924
No related branches found
No related tags found
No related merge requests found
......@@ -3184,6 +3184,14 @@ function _M:unlearnTalent(t_id, nb, no_unsustain)
return true
end
--- Recompute things that need recomputing
function _M:updateTalentTypeMastery(tt)
local ll = self.last_learnt_talents
self.last_learnt_talents = nil
engine.interface.ActorTalents.updateTalentTypeMastery(self, tt)
self.last_learnt_talents = ll
end
--- Equilibrium check
function _M:equilibriumChance(eq)
eq = self:getEquilibrium()
......
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