Skip to content
Snippets Groups Projects
Commit 39034cac authored by Tawny Harte's avatar Tawny Harte
Browse files

oops typo

parent 1b6a4d70
No related branches found
No related tags found
1 merge request!558Afflicted+predator
......@@ -237,7 +237,7 @@ newTalent{
end
end,
info = function(self, t)
return ([[Upon making a critical melee attack the savagery of your predation causes a cursed miasma begins to permeate your hunting grounds.
return ([[Upon making a critical melee attack the savagery of your predation causes a cursed miasma to begin permeating your hunting grounds.
The miasma will seep from %d locations, including your own, within radius %d, deals %d damage split between darkness and mind and blocks sight.
Prey lost within your miasma have a %d%% chance to lose track of you and may mistake friends for foe.
This will not occur if you are in cursed miasma.]]):format(t.getMiasmaCount(self, t), self:getTalentRadius(t), self:damDesc(DamageType.DARKNESS, t.getDamage(self, t)/2) + self:damDesc(DamageType.MIND, t.getDamage(self, t)/2), t.getChance(self, t))
......
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