forked from github/server
seeding adamantium
This commit is contained in:
parent
2c41457fd8
commit
a3b795b2cf
2 changed files with 9 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
<item name="money" amount="4200"/>
|
<item name="money" amount="4200"/>
|
||||||
</set>
|
</set>
|
||||||
<set name="new_faction">
|
<set name="new_faction">
|
||||||
<item name="adamantium" amount="4"/>
|
<item name="adamantium" amount="1"/>
|
||||||
</set>
|
</set>
|
||||||
</equipment>
|
</equipment>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,14 @@ function adamant_gifts()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function adamant_seeds()
|
||||||
|
for r in regions() do
|
||||||
|
if r:get_key("tnnL") then
|
||||||
|
test.adamantium_island(r)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- create a fixed path to a specific region
|
-- create a fixed path to a specific region
|
||||||
local function create_path(from, to)
|
local function create_path(from, to)
|
||||||
local param = tostring(to.uid)
|
local param = tostring(to.uid)
|
||||||
|
|
Loading…
Reference in a new issue