Skip to content
Snippets Groups Projects
Commit 2d1f5ff5 authored by dg's avatar dg
Browse files

Archmages which do not start in Angolwen do not get the Teleport: Angolwen spell

git-svn-id: http://svn.net-core.org/repos/t-engine4@3858 51575b47-30f0-44d4-a5cc-537603b46e54
parent 94ea2b6b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,6 @@ newBirthDescriptor{
[ActorTalents.T_FLAME] = 1,
[ActorTalents.T_LIGHTNING] = 1,
[ActorTalents.T_PHASE_DOOR] = 1,
[ActorTalents.T_TELEPORT_ANGOLWEN]=1,
},
copy = {
-- Mages start in angolwen
......@@ -87,6 +86,7 @@ newBirthDescriptor{
self.starting_zone = "town-angolwen"
self.starting_quest = "start-archmage"
self.starting_intro = "archmage"
self:learnTalent(self.T_TELEPORT_ANGOLWEN, true)
end
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