Skip to content
Snippets Groups Projects
Commit a7af7493 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fix

parent 91df649d
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,7 @@ newTalent{
local talentcount = t.getTalentCount(self, t)
local cooldown = t.getCooldown(self, t)
return ([[You sap the target's energy and add it to your own, placing up to %d random talents on cooldown for %d turns.
For each talent put on cooldown, you reduce the cooldown of one of your chronomancy talents currently on cooldown by %d turns.
The damage done will scale with your Spellpower.]]):
For each talent put on cooldown, you reduce the cooldown of one of your chronomancy talents currently on cooldown by %d turns.]]):
format(talentcount, cooldown, cooldown)
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