Commit 8ddc6de535f3db02db82d2caa656bd770864f407

Authored by K'van
1 parent 294e777b

Typo fix Gravitic Trap: damgae -> damage

... ... @@ -1756,7 +1756,7 @@ newTalent{
1756 1756 return true
1757 1757 end,
1758 1758 short_info = function(self, t)
1759   - return ([[Creates a radius 5 gravitic anomaly lasting up to %d turns. Hostile creatures are dealt %d temporal damgae and pulled in. Triggers out to range 1.]]):
  1759 + return ([[Creates a radius 5 gravitic anomaly lasting up to %d turns. Hostile creatures are dealt %d temporal damage and pulled in. Triggers out to range 1.]]):
1760 1760 tformat(t.getDuration(self,t), damDesc(self, engine.DamageType.TEMPORAL, t.getDamage(self, t)))
1761 1761 end,
1762 1762 info = function(self, t)
... ...