Skip to content
Snippets Groups Projects
Commit 9794d498 authored by dg's avatar dg
Browse files

Dawrves also excluded from Point Zero. Bad dwarves! Evil dwarves!

git-svn-id: http://svn.net-core.org/repos/t-engine4@6128 51575b47-30f0-44d4-a5cc-537603b46e54
parent f4d14090
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ newBirthDescriptor{
copy = {
-- Chronomancers start in Point Zero
class_start_check = function(self)
if self.descriptor.world == "Maj'Eyal" and (self.descriptor.race ~= "Undead" and self.descriptor.race ~= "Yeek") then
if self.descriptor.world == "Maj'Eyal" and (self.descriptor.race ~= "Undead" and self.descriptor.race ~= "Dwarf" and self.descriptor.race ~= "Yeek") then
self.chronomancer_race_start_quest = self.starting_quest
self.default_wilderness = {"zone-pop", "angolwen-portal"}
self.starting_zone = "town-point-zero"
......
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