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

Fixed Curse of Death description

git-svn-id: http://svn.net-core.org/repos/t-engine4@6076 51575b47-30f0-44d4-a5cc-537603b46e54
parent 151636e0
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ newTalent{
end,
info = function(self, t)
return ([[Curses your target, stopping any natural healing and dealing %0.2f darkness damage each turn for 10 turns.
The damage will increase with Magic stat.]]):format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 10, 70)))
The damage will increase with Magic stat.]]):format(damDesc(self, DamageType.DARKNESS, self:combatTalentSpellDamage(t, 10, 70)))
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