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

Undeads correctly start at level 6 of the blighted ruins

git-svn-id: http://svn.net-core.org/repos/t-engine4@3401 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4125928f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ newBirthDescriptor{
-- Force undead faction to undead
resolvers.genericlast(function(e) e.faction = "undead" end),
starting_zone = "blighted-ruins",
starting_level = 8, starting_level_force_down = true,
starting_level = 6, starting_level_force_down = true,
starting_quest = "start-undead",
undead = 1,
inscription_restrictions = { ["inscriptions/runes"] = true, },
......
......@@ -69,7 +69,7 @@ return {
up = "UP_WILDERNESS",
}, },
},
[8] = {
[6] = {
no_level_connectivity = true,
generator = { map = {
class = "engine.generator.map.Static",
......
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