Skip to content
Snippets Groups Projects
Commit 66bdd457 authored by Raf Geens's avatar Raf Geens
Browse files

Fix Hold the Ground description

The physical save and cooldown values were swapped. I also removed
a redundant '+'.
parent 9ee4e3c5
No related branches found
No related tags found
1 merge request!625Fix Hold the Ground description
......@@ -764,8 +764,8 @@ newTalent{
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 %d turns.
Also increases physical save by +%d.]]):
format(t.getDebuff(self, t), t.getSaves(self, t), self:getTalentCooldown(t))
Also increases physical save by %d.]]):
format(t.getDebuff(self, t), self:getTalentCooldown(t), t.getSaves(self, 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