Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -185,7 +185,7 @@ newTalent{ |
185 | 185 | local damage = t.getDamage(self, t) |
186 | 186 | local duration = t.getDuration(self, t) |
187 | 187 | local radius = self:getTalentRadius(t) |
188 | - return ([[Creates a circle of radius %d at your feet; the circle slows incoming projectiles by %d%%, and attempts to push all creatures other then yourself out of its radius, inflicting %0.2f light damage and %0.2f darkness damage per turn as it does so. The circle lasts %d turns. | |
188 | + return ([[Creates a circle of radius %d at your feet; the circle slows incoming projectiles by %d%%, and attempts to push all creatures other than yourself out of its radius, inflicting %0.2f light damage and %0.2f darkness damage per turn as it does so. The circle lasts %d turns. | |
189 | 189 | The effects will increase with your Spellpower.]]): |
190 | 190 | format(radius, damage*5, (damDesc (self, DamageType.LIGHT, damage)), (damDesc (self, DamageType.DARKNESS, damage)), duration) |
191 | 191 | end, | ... | ... |
-
Please register or login to post a comment