Skip to content
Snippets Groups Projects
Commit 1c9915a9 authored by dg's avatar dg
Browse files

Fixed the appearance of high level npcs in the bottom of the raloren camp last level

git-svn-id: http://svn.net-core.org/repos/t-engine4@3812 51575b47-30f0-44d4-a5cc-537603b46e54
parent ae21ea3e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ defineTile('.', "FLOOR")
defineTile('#', "WALL")
defineTile('+', "DOOR")
defineTile('P', "FLOOR", nil, "INQUISITOR")
defineTile('p', "FLOOR", nil, {random_filter={special=function(e) return e.faction == "rhalore" end}})
defineTile('p', "FLOOR", nil, {random_filter={max_ood=2, special=function(e) return e.faction == "rhalore" end}})
subGenerator{
x = 0, y = 0, w = 50, h = 43,
......
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