Commit 24af7d8b9915034d52f6214b672760a089667398

Authored by DarkGod
2 parents 007d575d 8ddc6de5

Merge branch 'typo-fix-grav-trap' into 'master'

Typo fix Gravitic Trap: damgae -> damage



See merge request !745
... ... @@ -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)
... ...