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

Fix Hold the Ground description not displaying the right cooldown

parent d4c2943d
No related branches found
No related tags found
1 merge request!595Misc 1.6.5
......@@ -762,9 +762,9 @@ newTalent{
end,
info = function(self, t)
return ([[Orcs have been the prey of the other races for thousands of years, with or without justification. They have learnt to withstand things that would break weaker races.
When your life goes below 50%% your sheer determination cleanses you of %d mental debuff(s) based on talent level and Willpower. This can only happen once every 10 turns.
When your life goes below 50%% your sheer determination cleanses you of %d mental debuff(s) based on talent level and Willpower. This can only happen once every %d turns.
Also increases physical save by +%d.]]):
format(t.getDebuff(self, t), t.getSaves(self, t))
format(t.getDebuff(self, t), t.getSaves(self, t), self:getTalentCooldown(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