[Add] Gave missions some headers with simple explantions.
This commit is contained in:
parent
4190314d24
commit
4a3ca8fa1b
@ -1,3 +1,7 @@
|
||||
-- [[
|
||||
-- Handle the randomly created cargo delivery missions.
|
||||
-- ]]
|
||||
|
||||
lang = lephisto.lang()
|
||||
if lang == "es" then
|
||||
-- Not translated atm.
|
||||
|
@ -1,3 +1,7 @@
|
||||
--[[
|
||||
-- Simple cargo mission that optns up the Empire cargo missions.
|
||||
--]]
|
||||
|
||||
lang = lephisto.lang()
|
||||
if lang == "es" then
|
||||
-- Not translated atm.
|
||||
|
@ -1,3 +1,8 @@
|
||||
--[[
|
||||
-- Start the collective mini campaign.
|
||||
--
|
||||
-- You must inspect a stray drone.
|
||||
--]]
|
||||
lang = lephisto.lang()
|
||||
if lang == "es" then
|
||||
-- Not translated atm.
|
||||
|
@ -1,3 +1,8 @@
|
||||
--[[
|
||||
-- Second mission in the mini collective compaign.
|
||||
--
|
||||
-- You must inspect a system for wireless communications.
|
||||
--]]
|
||||
lang = lephisto.lang()
|
||||
if lang == "es" then
|
||||
-- Not translated atm.
|
||||
|
@ -1,3 +1,8 @@
|
||||
--[[
|
||||
-- Third mission in the collective campaign.
|
||||
--
|
||||
-- You must land on an ex-empire planet in collective territory and return.
|
||||
--]]
|
||||
lang = lephisto.lang()
|
||||
if lang == "es" then
|
||||
-- Not translated yet.
|
||||
|
@ -1,3 +1,7 @@
|
||||
--[[
|
||||
Handle the randomly generated Empire cargo missions.
|
||||
--]]
|
||||
|
||||
lang = lephisto.lang()
|
||||
if lang == "es" then
|
||||
-- Not translated atm.
|
||||
|
Loading…
Reference in New Issue
Block a user