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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3003 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9812fea7
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ newEntity{ define_as = "ORB_SCRYING",
use_power = { name = "use the orb", power = 1,
use = function(self, who)
local Chat = require("engine.Chat")
local chat = Chat.new("elisa-orb-scrying", {name="Elisa the Scyer"}, who, {version="elisa"})
local chat = Chat.new("elisa-orb-scrying", {name="Elisa the Scryer"}, who, {version="elisa"})
chat:invoke()
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