Merge pull request #9314 from baxxxster/patch-1

Update soviet01.lua
This commit is contained in:
Matthias Mailänder
2015-09-11 07:35:55 +02:00

View File

@@ -9,7 +9,7 @@ InsertYaks = function()
local yak = Actor.Create(yakType, true, { CenterPosition = start, Owner = player, Facing = (Map.CenterOfCell(dest) - start).Facing }) local yak = Actor.Create(yakType, true, { CenterPosition = start, Owner = player, Facing = (Map.CenterOfCell(dest) - start).Facing })
yak.Move(dest) yak.Move(dest)
yak.ReturnToBase(Airfields[i]) yak.ReturnToBase(Airfields[i])
i = i + i i = i + 1
end) end)
end end