Skip to content
Snippets Groups Projects
Commit 1235d0cc authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3020 51575b47-30f0-44d4-a5cc-537603b46e54
parent 62fb259c
No related branches found
No related tags found
No related merge requests found
......@@ -164,12 +164,12 @@ newTalent{
on_learn = function(self, t)
self.combat_physcrit = self.combat_physcrit + 2
self.combat_spellcrit = self.combat_spellcrit + 2
self.combat_mindcrit = self.combat_mindscrit + 2
self.combat_mindcrit = self.combat_mindcrit + 2
end,
on_unlearn = function(self, t)
self.combat_physcrit = self.combat_physcrit - 2
self.combat_spellcrit = self.combat_spellcrit - 2
self.combat_mindcrit = self.combat_mindscrit - 2
self.combat_mindcrit = self.combat_mindcrit - 2
end,
info = function(self, t)
return ([[Reality bends slightly in the presence of a Shaloren due to their inherent magical nature.
......
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