Merge pull request #252 from badgerman/hotfix-3-5-3

add a holy ground curse to all new starting regions.
This commit is contained in:
Enno Rehling 2015-07-05 18:53:28 +02:00
commit 5175c209f8
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ for _, p in ipairs(players) do
local index = math.random(#sel)
start = sel[index]
end
create_curse(nil, r, 'holyground', 1, 52)
num_seeded = 0
end
local dupe = false