Commit 8ddc6de535f3db02db82d2caa656bd770864f407
1 parent
294e777b
Typo fix Gravitic Trap: damgae -> damage
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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) | ... | ... |
-
Please register or login to post a comment