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

Disabled Probability Travel on NPCs; they don't know how to use it anyway

parent 7250cea9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -322,6 +322,7 @@ newTalent{
points = 5,
cooldown = 40,
sustain_mana = 200,
no_npc_use = true,
tactical = { ESCAPE = 1, CLOSEIN = 1 },
getRange = function(self, t) return math.floor(self:combatScale(self:combatSpellpower(0.06) * self:getTalentLevel(t), 4, 0, 20, 16)) end,
activate = 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