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 @@ 3 + + +1 +13 +3 +250000 +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. +jammer1 + + +600 +40 +10 + + 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; }