Skip to content
Snippets Groups Projects
Commit d07d0cc1 authored by Lisa Greene's avatar Lisa Greene
Browse files

Update unlearn talent text

parent 1acbc9ff
No related branches found
No related tags found
1 merge request!603Misc 1.6.6
......@@ -947,7 +947,7 @@ function _M:getTalentDesc(item)
text:add({"color","YELLOW"}, "This talent can alter the world in a permanent way; as such, you can never unlearn it once known.", {"color","LAST"}, true, true)
elseif could_unlearn then
local max = tostring(self.actor:lastLearntTalentsMax(t.generic and "generic" or "class"))
text:add({"color","LIGHT_BLUE"}, "This talent was recently learnt; you can still unlearn it if you are in a quiet area like a #{bold}#town#{normal}#.", true, "The last ", max, t.generic and " generic" or " class", " talents you learnt are always unlearnable.", {"color","LAST"}, true, true)
text:add({"color","LIGHT_BLUE"}, "This talent was recently learnt; you can still unlearn it if you are out of combat or in a quiet area like a #{bold}#town#{normal}#.", true, "The last ", max, t.generic and " generic" or " class", " talents you learnt are always unlearnable.", {"color","LAST"}, true, true)
end
local traw = self.actor:getTalentLevelRaw(t.id)
......
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