Skip to content
Snippets Groups Projects
Commit 0fcbdb2b authored by DarkGod's avatar DarkGod
Browse files

Lord of Skulls cost changed to a fix 2 souls

parent 4c578f1d
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,7 @@ newTalent{
type = {"spell/master-of-bones", 4},
require = spells_req4,
points = 5,
soul = function(self, t) return self:getTalentLevel(t) < 6 and 1 or 3 end,
soul = 2,
mana = 50,
cooldown = 30,
tactical = { SPECIAL=10 },
......
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