Skip to content
Snippets Groups Projects
Commit 4a2cf60d authored by Sheila's avatar Sheila
Browse files

Acidic Skin's tooltip properly reflects its disarming effect.

parent abdef1bc
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Your skin drips with acid, damaging all that hit you for %0.1f Acid damage.
return ([[Your skin drips with acid, damaging all that hit you for %0.1f Disarming Acid damage.
The damage increases with your Mindpower.]]):format(damDesc(self, DamageType.ACID, t.getDamage(self, t)))
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