forked from github/server
add a holy ground curse to all new starting regions.
This commit is contained in:
parent
7906d4469d
commit
c1ba6a99e3
|
@ -64,6 +64,7 @@ for _, p in ipairs(players) do
|
||||||
local index = math.random(#sel)
|
local index = math.random(#sel)
|
||||||
start = sel[index]
|
start = sel[index]
|
||||||
end
|
end
|
||||||
|
create_curse(nil, r, 'holyground', 1, 52)
|
||||||
num_seeded = 0
|
num_seeded = 0
|
||||||
end
|
end
|
||||||
local dupe = false
|
local dupe = false
|
||||||
|
|
Loading…
Reference in New Issue