try setting origin manually

This commit is contained in:
Enno Rehling 2015-07-31 14:10:30 +02:00
parent dbabb94632
commit 802f8b08d6
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ local function seed(r, email, race, lang)
equip_unit(u, "first_" .. race, 7) -- disable old callbacks
unit.create(f, r, 5):set_skill("mining", 30)
unit.create(f, r, 5):set_skill("quarrying", 30)
f:set_origin(r)
return f
end