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

Removed the cooldown on Extract Gems

git-svn-id: http://svn.net-core.org/repos/t-engine4@3834 51575b47-30f0-44d4-a5cc-537603b46e54
parent 747b50e0
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ newTalent{
require = spells_req1,
points = 5,
mana = 5,
cooldown = 20,
no_npc_use = true,
action = function(self, t)
self:showEquipInven("Try to extract gems from which metallic item?", function(o) return o.metallic and (o.material_level or 1) <= self:getTalentLevelRaw(t) end, function(o, inven, item)
......
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