Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -54,6 +54,7 @@ newBirthDescriptor{ |
54 | 54 | copy = { |
55 | 55 | -- Force undead faction to undead |
56 | 56 | resolvers.genericlast(function(e) e.faction = "undead" end), |
57 | + default_wilderness = {"playerpop", "low-undead"}, | |
57 | 58 | starting_zone = "blighted-ruins", |
58 | 59 | starting_level = 3, starting_level_force_down = true, |
59 | 60 | starting_quest = "start-undead", |
... | ... | @@ -118,7 +119,6 @@ newBirthDescriptor |
118 | 119 | }, |
119 | 120 | copy = { |
120 | 121 | type = "undead", subtype="ghoul", |
121 | - default_wilderness = {"playerpop", "low-undead"}, | |
122 | 122 | starting_intro = "ghoul", |
123 | 123 | life_rating=14, |
124 | 124 | poison_immune = 0.8, |
... | ... | @@ -213,7 +213,6 @@ newBirthDescriptor |
213 | 213 | }, |
214 | 214 | copy = { |
215 | 215 | type = "undead", subtype="skeleton", |
216 | - default_wilderness = {"playerpop", "low-undead"}, | |
217 | 216 | starting_intro = "skeleton", |
218 | 217 | life_rating=12, |
219 | 218 | poison_immune = 1, | ... | ... |
-
Please register or login to post a comment