Skip to content
Snippets Groups Projects
Commit b0be75b3 authored by dg's avatar dg
Browse files

unlearn

git-svn-id: http://svn.net-core.org/repos/t-engine4@4573 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3626b7f7
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ newTalent{
cooldown = 0,
psi = 0,
type_no_req = true,
no_unlearn_last = true,
no_npc_use = true,
action = function(self, t)
local inven = self:getInven("INVEN")
......@@ -92,6 +93,7 @@ newTalent{
range = 1,
direct_hit = true,
no_energy = true,
no_unlearn_last = true,
tactical = { BUFF = 3 },
do_tkautoattack = function(self, t)
if game.zone.wilderness then return 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