[Fix] Typo's.

This commit is contained in:
Allanis 2013-05-02 20:01:05 +01:00
parent 6665424d97
commit b377e18d62
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ function create()
planet = space.getPlanet(misn.factions())
i = i + 1
until planet ~= space.landName() or i > 10
-- Protect agains inf loop.
-- Protect against inf loop.
if i > 10 then
misn.finish(false)
end
@ -51,7 +51,7 @@ function create()
elseif i < 10 then
carg_type = "Industrial Goods"
elseif i < 12 then
carg_type = "Luxary Goods"
carg_type = "Luxury Goods"
else
carg_type = "Medicine"
end

View File

@ -50,7 +50,7 @@ function create()
elseif i < 10 then
carg_type = "Industrial Goods"
elseif i < 12 then
carg_type = "Luxary Goods"
carg_type = "Luxury Goods"
else
carg_type = "Medicine"
end

View File

@ -51,7 +51,7 @@ function create()
elseif num < 10 then
cargo = "Industrial Goods"
elseif num < 12 then
cargo = "Luxary Goods"
cargo = "Luxury Goods"
else
cargo = "Medicine"
end