Commit e2dc419db0f2da4d249ed700b2f2f8554dce815c

Authored by DarkGod
1 parent 66ccb86c

typo

... ... @@ -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,
... ...