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

Fix Arcane Supremacy set

git-svn-id: http://svn.net-core.org/repos/t-engine4@4941 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4b6299ae
No related branches found
No related tags found
No related merge requests found
......@@ -2372,6 +2372,7 @@ Touching the cloth you feel a sense of knowledge and power from bygone ages, yet
max_power = 40, power_regen = 1,
set_list = { {"define_as", "SET_STAFF_CHANNELERS"} },
on_set_complete = function(self, who)
local Talents = require "engine.interface.ActorTalents"
self.use_talent = { id = Talents.T_METAFLOW, level = 3, power = 40 }
game.player:learnLore("channelers-set")
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