[Fix] Some fixes for missions 4 and 5.
This commit is contained in:
parent
998f81b2ab
commit
2c27f521ae
@ -75,6 +75,8 @@ end
|
|||||||
|
|
||||||
-- Handle arrival back to base.
|
-- Handle arrival back to base.
|
||||||
function land()
|
function land()
|
||||||
|
planet = space.getPlanet()
|
||||||
|
|
||||||
if misn_stage == 1 and planet == misn_base then
|
if misn_stage == 1 and planet == misn_base then
|
||||||
tk.msg(title[2], text[4])
|
tk.msg(title[2], text[4])
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ else -- Default english.
|
|||||||
end
|
end
|
||||||
|
|
||||||
function create()
|
function create()
|
||||||
misn_target, misn_target_sys = sapce.getSystem("Eiroik")
|
misn_target, misn_target_sys = sapce.getPlanet("Eiroik")
|
||||||
|
|
||||||
-- Intro text.
|
-- Intro text.
|
||||||
if tk.yesno(title[1], string.format(text[1], misn_target:name())) then
|
if tk.yesno(title[1], string.format(text[1], misn_target:name())) then
|
||||||
|
Loading…
Reference in New Issue
Block a user