Commit ceda5d6f685ba6eee0f3b9dd23e9e5d52b76705a

Authored by K'van
1 parent 294e777b

Fix description for Animate Blade. Summons last 15 turns, not 10.

... ... @@ -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
... ...