Skip to content
Snippets Groups Projects
Commit 600b9fdd authored by yutio888's avatar yutio888
Browse files

fix that talent level of chants & hymns boosted by difficulty twice.

parent daccc078
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,7 @@ newTalent{
points = 5,
mode = "passive",
positive = 0, -- forces learning of Positive pool
no_difficulty_boost = true, -- avoid double boost from difficulty
passives = function(self, t)
self:setTalentTypeMastery("celestial/chants-chants", self:getTalentMastery(t))
end,
......
......@@ -364,6 +364,7 @@ newTalent{
points = 5,
mode = "passive",
negative = 0, -- forces learning of Negative pool
no_difficulty_boost = true, -- avoid double boost from difficulty
passives = function(self, t)
self:setTalentTypeMastery("celestial/hymns-hymns", self:getTalentMastery(t))
end,
......
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