From 6e0c3cd2d065de19c9901c16b20054632fae6176 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Thu, 8 Aug 2013 21:45:31 +0100
Subject: [PATCH] [Add] New outfit: Military specific jammers.

---
 dat/outfit.xml | 15 +++++++++++++++
 src/conf.c     |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/dat/outfit.xml b/dat/outfit.xml
index b20d996..fb1d4a4 100644
--- a/dat/outfit.xml
+++ b/dat/outfit.xml
@@ -441,4 +441,19 @@
 <energy>3</energy>
 </specific>
 </outfit>
+<outfit name="Milspec Jammer">
+<general>
+<max>1</max>
+<tech>13</tech>
+<mass>3</mass>
+<price>250000</price>
+<description>This jammer follows the much stricter military specifications, allowing it to deflect a much greater amount of missiles at more range then the civilian counterpart.  The downside is that the energy requirements are much greater.</description>
+<gfx_store>jammer1</gfx_store>
+</general>
+<specific type="jammer">
+<range>600</range>
+<chance>40</chance>
+<energy>10</energy>
+</specific>
+</outfit>
 </Outfits>
diff --git a/src/conf.c b/src/conf.c
index 785db7d..8cf3117 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -279,7 +279,7 @@ void conf_parseCLI(int argc, char** argv) {
 
 /* Saves the current configuration. */
 int conf_saveConfig(void) {
-  /* TODO: */
+  /* TODO: save conf. */
   return 0;
 }