Commit 7251a343323e108a8c6ed2d310befb91612d5136
Merge branch 'animate-blade-desc' into 'master'
Fix description for Animate Blade. Summons last 15 turns, not 10. See merge request !741
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -668,7 +668,7 @@ newTalent{ |
668 | 668 | return true |
669 | 669 | end, |
670 | 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 | 672 | end, |
673 | 673 | } |
674 | 674 | ... | ... |
-
Please register or login to post a comment