[Fix] Typo's.
This commit is contained in:
parent
6665424d97
commit
b377e18d62
@ -29,7 +29,7 @@ function create()
|
|||||||
planet = space.getPlanet(misn.factions())
|
planet = space.getPlanet(misn.factions())
|
||||||
i = i + 1
|
i = i + 1
|
||||||
until planet ~= space.landName() or i > 10
|
until planet ~= space.landName() or i > 10
|
||||||
-- Protect agains inf loop.
|
-- Protect against inf loop.
|
||||||
if i > 10 then
|
if i > 10 then
|
||||||
misn.finish(false)
|
misn.finish(false)
|
||||||
end
|
end
|
||||||
@ -51,7 +51,7 @@ function create()
|
|||||||
elseif i < 10 then
|
elseif i < 10 then
|
||||||
carg_type = "Industrial Goods"
|
carg_type = "Industrial Goods"
|
||||||
elseif i < 12 then
|
elseif i < 12 then
|
||||||
carg_type = "Luxary Goods"
|
carg_type = "Luxury Goods"
|
||||||
else
|
else
|
||||||
carg_type = "Medicine"
|
carg_type = "Medicine"
|
||||||
end
|
end
|
||||||
|
@ -50,7 +50,7 @@ function create()
|
|||||||
elseif i < 10 then
|
elseif i < 10 then
|
||||||
carg_type = "Industrial Goods"
|
carg_type = "Industrial Goods"
|
||||||
elseif i < 12 then
|
elseif i < 12 then
|
||||||
carg_type = "Luxary Goods"
|
carg_type = "Luxury Goods"
|
||||||
else
|
else
|
||||||
carg_type = "Medicine"
|
carg_type = "Medicine"
|
||||||
end
|
end
|
||||||
|
@ -51,7 +51,7 @@ function create()
|
|||||||
elseif num < 10 then
|
elseif num < 10 then
|
||||||
cargo = "Industrial Goods"
|
cargo = "Industrial Goods"
|
||||||
elseif num < 12 then
|
elseif num < 12 then
|
||||||
cargo = "Luxary Goods"
|
cargo = "Luxury Goods"
|
||||||
else
|
else
|
||||||
cargo = "Medicine"
|
cargo = "Medicine"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user