Skip to content
Snippets Groups Projects
Commit 28affb13 authored by DarkGod's avatar DarkGod
Browse files

Fix Putrescent Liquefaction

parent 8f478bcf
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ newTalent{
-- Add a lasting map effect
local radius = self:getTalentRadius(t)
ret.effect = game.level.map:c(self,
ret.effect = game.level.map:addEffect(self,
self.x, self.y, 10, -- Duration is fake, its handled by the sustain
DamageType.PUTRESCENT_LIQUEFACTION, t.getDamage(self, t),
radius,
......
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