Skip to content
Snippets Groups Projects
Commit 797134af authored by DarkGod's avatar DarkGod
Browse files

Discarded Refuse is now instant-cast

parent 0372d28e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -375,6 +375,7 @@ newTalent{
cooldown = function(self, t) return math.ceil(self:combatTalentLimit(t, 15, 40, 20)) end,
tactical = { CURE = 1 },
range = 10,
no_energy = true,
target = function(self, t) return {type="hit", range=self:getTalentRange(t)} end,
on_pre_use = function(self, t) return necroArmyStats(self).nb_ghoul > 0 end,
callbackOnActBase = function(self, t)
......
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