Skip to content
Snippets Groups Projects
Commit 5fc5769b authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2880 51575b47-30f0-44d4-a5cc-537603b46e54
parent 278c2464
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ newBirthDescriptor
"A Human hailing from the northern town of Derth. A common kind of man, unremarkable in all respects.",
},
copy = {
default_wilderness = {1, 1, "wilderness-tutorial"},
default_wilderness = {1, 1, "wilderness"},
starting_zone = "tutorial",
starting_quest = "tutorial",
starting_intro = "tutorial",
......
......@@ -39,7 +39,7 @@ newTalent{
local x, y = self:getTarget(tg)
if not x or not y then return nil end
local _ _, x, y = self:canProject(tg, x, y)
local target = game.level.map(px, py, engine.Map.ACTOR)
local target = game.level.map(x, y, engine.Map.ACTOR)
if not target then
game.logPlayer(self, "The target is out of range")
return
......
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