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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2686 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1bc1d186
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,7 @@ newTalent{
name = "Knowledge of the Way",
type = {"base/race", 1},
no_npc_use = true,
on_learn = function(self, t) self.auto_id = 1 end,
on_learn = function(self, t) self.auto_id = 2 end,
action = function(self, t)
local Chat = require("engine.Chat")
local chat = Chat.new("elisa-orb-scrying", {name="The Way"}, self, {version="yeek"})
......@@ -345,7 +345,7 @@ newTalent{
name = "Knowledge of the Past",
type = {"base/race", 1},
no_npc_use = true,
on_learn = function(self, t) self.auto_id = 1 end,
on_learn = function(self, t) self.auto_id = 2 end,
action = function(self, t)
local Chat = require("engine.Chat")
local chat = Chat.new("elisa-orb-scrying", {name="Past memories"}, self, {version="undead"})
......
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