Skip to content
Snippets Groups Projects
Commit a91077c0 authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Eyal's Wrath have correct duration

parent 210867c9
No related branches found
No related tags found
1 merge request!630otowakotori 1.7 misc fixes
......@@ -195,7 +195,7 @@ newTalent{
action = function(self, t)
-- Add a lasting map effect
local eff = game.level.map:addEffect(self,
self.x, self.y, 7,
self.x, self.y, t.getDuration(self, t),
DamageType.NATURE, self:mindCrit(t.getDamage(self, t)),
t.radius(self, t),
5, nil,
......
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