[Fix] Typo's making mission unbeatable.

This commit is contained in:
Allanis 2013-08-09 16:04:38 +01:00
parent 3d2483e2db
commit 06e32a0d4e

View File

@ -39,9 +39,9 @@ function create()
misn.setDesc(string.format(misn_desc[1], misn_target, space.getSystem(misn_target))) misn.setDesc(string.format(misn_desc[1], misn_target, space.getSystem(misn_target)))
tk.msg(title[1], string.format(text[2], misn_target)) tk.msg(title[1], string.format(text[2], misn_target))
tk.msg(title[1], text[3]) tk.msg(title[1], string.format(text[3]. misn_target, space_getSystem(misn_target)))
hook.enter("enter") hook.enter("land")
end end
end end
@ -50,7 +50,7 @@ function land()
-- First mission part is landing on the planet. -- First mission part is landing on the planet.
if misn_stage == 0 and planet == misn_target then if misn_stage == 0 and planet == misn_target then
tk.msg(title[1], text[4]) tk.msg(title[1], string.format(text[4], misn_target))
misn_stage = 1 misn_stage = 1
misn.setMarker(space.getSystem(misn_base)) misn.setMarker(space.getSystem(misn_base))