[Fix] Typo's.
This commit is contained in:
parent
6665424d97
commit
b377e18d62
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user