Skip to content
Snippets Groups Projects
Commit 34f8dd71 authored by Lisa Greene's avatar Lisa Greene
Browse files

Revert "> and < are different"

This reverts commit bb71869f
parent 0cb2b700
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -60,7 +60,7 @@ newTalent{
cooldown = 25,
tactical = { ATTACK = { ARCANE = 3 }, DISABLE = 2 },
rnd_boss_restrict = function(self, t)
return self.level > 15
return self.level < 15
end,
range = 7,
requires_target = true,
......
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