From 1c9915a9c0c78f3f4e7a3799c352de4688540988 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 5 Jul 2011 23:01:07 +0000 Subject: [PATCH] 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 --- game/modules/tome/data/maps/zones/rhaloren-camp-last.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua b/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua index 9a51a33e76..070433b3b0 100644 --- a/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua +++ b/game/modules/tome/data/maps/zones/rhaloren-camp-last.lua @@ -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, -- GitLab