Skip to content
Snippets Groups Projects
Commit f4560478 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Fixed Dissolving Acid.

parent ae8b84b8
No related branches found
No related tags found
1 merge request!153Small fixes
......@@ -142,7 +142,7 @@ newTalent{
self:project(tg, x, y, function(px, py)
local target = game.level.map(px, py, Map.ACTOR)
if not target then return end
DamageType:get(DamageType.ACID).projector(self, px, py, DamageType.ACID, self:spellCrit(t.getDamage(self, t)))
DamageType:get(DamageType.ACID).projector(self, px, py, DamageType.ACID, (self:spellCrit(t.getDamage(self, t))))
local effs = {}
......
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