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

Rod of Recall / Teleport: Angolwen cooldown adjusted to 400

git-svn-id: http://svn.net-core.org/repos/t-engine4@3202 51575b47-30f0-44d4-a5cc-537603b46e54
parent d70dc160
No related branches found
No related tags found
No related merge requests found
......@@ -311,8 +311,8 @@ You have heard of such items before, they are very useful to adventurers, allowi
cost = 0, quest=true,
elec_proof = true,
max_power = 1000, power_regen = 1,
use_power = { name = "recall the user to the worldmap", power = 1000,
max_power = 400, power_regen = 1,
use_power = { name = "recall the user to the worldmap", power = 400,
use = function(self, who)
if who:canBe("worldport") and not self:attr("never_move") then
who:setEffect(who.EFF_RECALL, 40, {})
......
......@@ -174,7 +174,7 @@ newTalent{
short_name = "TELEPORT_ANGOLWEN",
name = "Teleport: Angolwen",
type = {"base/class", 1},
cooldown = 1000,
cooldown = 400,
no_npc_use = true,
no_silence=true, is_spell=true,
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