seeding adamantium

This commit is contained in:
Enno Rehling 2008-06-08 20:43:01 +00:00
parent 2c41457fd8
commit a3b795b2cf
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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)