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

spell/acid alchemy typo

agaist -> against
parent d00a2af1
No related branches found
No related tags found
1 merge request!510fixed tooltips fixed
......@@ -67,7 +67,7 @@ newTalent{
local chance = t.getChance(self, t)
local dam = self.alchemy_golem and self.alchemy_golem:damDesc(engine.DamageType.ACID, t.getDamage(self, t)) or 0
return ([[While Acid Infusion is active, your bombs coat your golem in acid for %d turns when they hit it.
While coated, any melee hit agaist your golem has a %d%% chance to trigger a radius 4 cone of acid towards the attacker that does %0.1f Acid damage to all caught inside. (This can only happen once per turn.)
While coated, any melee hit against your golem has a %d%% chance to trigger a radius 4 cone of acid towards the attacker that does %0.1f Acid damage to all caught inside. (This can only happen once per turn.)
The effects increase with your talent level and with the Spellpower and damage modifiers of your golem.]]):
format(duration, chance, dam)
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