[Fix] Some fixes for missions 4 and 5.

This commit is contained in:
Allanis 2013-12-05 00:32:41 +00:00
parent 998f81b2ab
commit 2c27f521ae
2 changed files with 3 additions and 1 deletions

View File

@ -75,6 +75,8 @@ end
-- Handle arrival back to base.
function land()
planet = space.getPlanet()
if misn_stage == 1 and planet == misn_base then
tk.msg(title[2], text[4])

View File

@ -31,7 +31,7 @@ else -- Default english.
end
function create()
misn_target, misn_target_sys = sapce.getSystem("Eiroik")
misn_target, misn_target_sys = sapce.getPlanet("Eiroik")
-- Intro text.
if tk.yesno(title[1], string.format(text[1], misn_target:name())) then