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

fixed stop description

parent b90ce1a8
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -125,7 +125,7 @@ newTalent{
local damage = t.getDamage(self, t)
local radius = self:getTalentRadius(t)
local duration = t.getDuration(self, t)
return ([[Inflicts %0.2f temporal damage, and attempts to stun all other creatures in a radius %d ball for %d turns.
return ([[Inflicts %0.2f temporal damage, and attempts to stun all targets in a radius %d ball for %d turns.
The damage will scale with your Spellpower.]]):
format(damDesc(self, DamageType.TEMPORAL, damage), radius, duration)
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