Skip to content
Snippets Groups Projects
Commit 43e5c03d authored by DarkGod's avatar DarkGod
Browse files

Cease to Exist can not be used by NPCs anymore

parent 19486953
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,7 @@ newTalent{
range = 10,
tactical = { ATTACK = 2 },
requires_target = true,
no_npc_use = true,
direct_hit = true,
getDuration = function(self, t) return math.floor(self:combatTalentScale(t, 5, 9)) end,
getPower = function(self, t) return self:combatTalentScale(t, 20, 50) end,
......
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