Commit ceda5d6f685ba6eee0f3b9dd23e9e5d52b76705a
1 parent
294e777b
Fix description for Animate Blade. Summons last 15 turns, not 10.
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -668,7 +668,7 @@ newTalent{ | @@ -668,7 +668,7 @@ newTalent{ | ||
668 | return true | 668 | return true |
669 | end, | 669 | end, |
670 | info = function(self, t) | 670 | info = function(self, t) |
671 | - return ([[Open a hole in space, summoning an animated blade for 10 turns.]]):tformat() | 671 | + return ([[Open a hole in space, summoning an animated blade for 15 turns.]]):tformat() |
672 | end, | 672 | end, |
673 | } | 673 | } |
674 | 674 |
-
Please register or login to post a comment