Skip to content
Snippets Groups Projects
Commit 7d0f7f66 authored by dg's avatar dg
Browse files

Fix description of Stone Wall spell

git-svn-id: http://svn.net-core.org/repos/t-engine4@1137 51575b47-30f0-44d4-a5cc-537603b46e54
parent 91449ebb
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Entombs yourself in a wall of stone for %d turns.]]):format(2 + self:combatSpellpower(0.03) * self:getTalentLevel(t))
return ([[Entombs yourself in a wall of stone for %d turns.
At level 4 it becomes targettable.]]):format(2 + self:combatSpellpower(0.03) * self:getTalentLevel(t))
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