From e1e35730b201c06525c579083bde2e64f26983c7 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 18 Dec 2012 01:24:36 +0000 Subject: [PATCH] typo git-svn-id: http://svn.net-core.org/repos/t-engine4@6132 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/corruptions/vim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/corruptions/vim.lua b/game/modules/tome/data/talents/corruptions/vim.lua index 11f76f53d9..3ef5938ef2 100644 --- a/game/modules/tome/data/talents/corruptions/vim.lua +++ b/game/modules/tome/data/talents/corruptions/vim.lua @@ -70,7 +70,7 @@ newTalent{ info = function(self, t) return ([[Feel the very existence of creatures around you for %d turns in a radius of 10. The evil touch will reduce their blight resistance by %d%% but also make them aware of you. - The resistance will decrease with Magic stat.]]):format(3 + self:getTalentLevel(t), self:combatTalentSpellDamage(t, 10, 45)) + Their resistance will decrease with Magic stat.]]):format(3 + self:getTalentLevel(t), self:combatTalentSpellDamage(t, 10, 45)) end, } -- GitLab