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

Thorn Grab now does not take a turn to use

git-svn-id: http://svn.net-core.org/repos/t-engine4@5269 51575b47-30f0-44d4-a5cc-537603b46e54
parent 96a64970
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ newTalent{
points = 5,
equilibrium = 7,
cooldown = 15,
no_energy = true,
range = 1,
tactical = { ATTACK = 2, DISABLE = 2 },
on_pre_use = function(self, t, silent) if not self:hasPsiblades(true, false) then if not silent then game.logPlayer(self, "You require a psiblade in your mainhand to use this talent.") end return false end return true end,
action = 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