diff --git a/game/modules/tome/data/talents/cursed/gloom.lua b/game/modules/tome/data/talents/cursed/gloom.lua index 02619dc1c7f0945e683cbb38f278a10af0beb489..95f115d26e7e6700c0dd574ec268f6b71ae20c31 100644 --- a/game/modules/tome/data/talents/cursed/gloom.lua +++ b/game/modules/tome/data/talents/cursed/gloom.lua @@ -121,7 +121,7 @@ newTalent{ local chance = t.getChance(self, t) local duration = t.getDuration(self, t) local mindpowerChange = gloomTalentsMindpower(self) - return ([[A terrible gloom surrounds you, affecting all those who approach to within radius 3. At the end of each turn, those caught in your gloom must save against your Mindpower, or have a %d%% chance to suffer from slowness (30%%), stun or confusion (30%%) for %d turns. + return ([[A terrible gloom surrounds you, affecting all those who approach to within radius 3. At the end of each game turn, those caught in your gloom must save against your Mindpower, or have a %d%% chance to suffer from slowness (30%%), stun or confusion (30%%) for %d turns. The chance increases with your mind speed. This ability is innate, and carries no cost to activate or deactivate. Each point in Gloom talents increases your Mindpower (current total: %d).]]):format(chance, duration, mindpowerChange)