diff --git a/game/modules/tome/data/talents/corruptions/vim.lua b/game/modules/tome/data/talents/corruptions/vim.lua index 11f76f53d9350bf3e6b96710c1775cbc708cd7e0..3ef5938ef21803c975fe3cf3a324ab7dcd19251d 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, }