Skip to content
Snippets Groups Projects
Commit 7251a343 authored by DarkGod's avatar DarkGod
Browse files

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

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



See merge request !741
parents c8a7ab2d ceda5d6f
No related branches found
No related tags found
1 merge request!741Fix description for Animate Blade. Summons last 15 turns, not 10.
Pipeline #
......@@ -668,7 +668,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Open a hole in space, summoning an animated blade for 10 turns.]]):tformat()
return ([[Open a hole in space, summoning an animated blade for 15 turns.]]):tformat()
end,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment