Commit 7251a343323e108a8c6ed2d310befb91612d5136

Authored by DarkGod
2 parents c8a7ab2d ceda5d6f

Merge branch 'animate-blade-desc' into 'master'

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



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