Skip to content
Snippets Groups Projects
Commit 85be130b authored by dg's avatar dg
Browse files

obviously ..

git-svn-id: http://svn.net-core.org/repos/t-engine4@3477 51575b47-30f0-44d4-a5cc-537603b46e54
parent b42f46f1
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ newBirthDescriptor{
copy = {
-- Mages start in angolwen
class_start_check = function(self)
if self.descriptor.race == "Human" or self.descriptor.race == "Elf" or self.descriptor.race == "Halfling" then
if self.descriptor.world == "Maj'Eyal" and (self.descriptor.race == "Human" or self.descriptor.race == "Elf" or self.descriptor.race == "Halfling") then
self.archmage_race_start_quest = self.starting_quest
self.default_wilderness = {"zone-pop", "angolwen-portal"}
self.starting_zone = "town-angolwen"
......
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