From 4a3ca8fa1bd3c497489acf32a824ceffef6f06f7 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Fri, 18 Oct 2013 00:07:54 +0100
Subject: [PATCH] [Add] Gave missions some headers with simple explantions.

---
 dat/missions/cargo.lua            | 4 ++++
 dat/missions/emp_cargo00.lua      | 4 ++++
 dat/missions/emp_collective00.lua | 5 +++++
 dat/missions/emp_collective01.lua | 5 +++++
 dat/missions/emp_collective02.lua | 5 +++++
 dat/missions/es_cargo.lua         | 4 ++++
 6 files changed, 27 insertions(+)

diff --git a/dat/missions/cargo.lua b/dat/missions/cargo.lua
index 6651adf..388763c 100644
--- a/dat/missions/cargo.lua
+++ b/dat/missions/cargo.lua
@@ -1,3 +1,7 @@
+-- [[
+--  Handle the randomly created cargo delivery missions.
+-- ]]
+
 lang = lephisto.lang()
 if lang == "es" then
    -- Not translated atm.
diff --git a/dat/missions/emp_cargo00.lua b/dat/missions/emp_cargo00.lua
index 4841b0f..a885f10 100644
--- a/dat/missions/emp_cargo00.lua
+++ b/dat/missions/emp_cargo00.lua
@@ -1,3 +1,7 @@
+--[[
+--  Simple cargo mission that optns up the Empire cargo missions.
+--]]
+
 lang = lephisto.lang()
 if lang == "es" then
   -- Not translated atm.
diff --git a/dat/missions/emp_collective00.lua b/dat/missions/emp_collective00.lua
index da38f89..c7f97af 100644
--- a/dat/missions/emp_collective00.lua
+++ b/dat/missions/emp_collective00.lua
@@ -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.
diff --git a/dat/missions/emp_collective01.lua b/dat/missions/emp_collective01.lua
index b07a8c6..ebefc6b 100644
--- a/dat/missions/emp_collective01.lua
+++ b/dat/missions/emp_collective01.lua
@@ -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.
diff --git a/dat/missions/emp_collective02.lua b/dat/missions/emp_collective02.lua
index 62c8bd5..a925724 100644
--- a/dat/missions/emp_collective02.lua
+++ b/dat/missions/emp_collective02.lua
@@ -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.
diff --git a/dat/missions/es_cargo.lua b/dat/missions/es_cargo.lua
index 4934d0c..1c704c1 100644
--- a/dat/missions/es_cargo.lua
+++ b/dat/missions/es_cargo.lua
@@ -1,3 +1,7 @@
+--[[
+    Handle the randomly generated Empire cargo missions.
+--]]
+
 lang = lephisto.lang()
 if lang == "es" then
   -- Not translated atm.