From d93c921d7af85793b4c0849ce91a190a2af800ab Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sun, 30 Aug 2020 09:53:16 -0400 Subject: [PATCH] other spaces before commas --- js/utils.js | 2 +- src/Mods/SecExp/potentialToDo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/utils.js b/js/utils.js index 112b768fdca..dfa2aea268b 100644 --- a/js/utils.js +++ b/js/utils.js @@ -298,7 +298,7 @@ function mapIdList(list) { * Added keys parameter since it better suits our needs and updated to project code style. * * @param {[]} keys - * @param {[[]]} edges list of edges. each edge forms Array<ID,ID> e.g. [12 , 3] + * @param {[[]]} edges list of edges. each edge forms Array<ID,ID> e.g. [12, 3] * @returns Array: topological sorted list of IDs * @throws Error: in case there is a closed chain. **/ diff --git a/src/Mods/SecExp/potentialToDo.txt b/src/Mods/SecExp/potentialToDo.txt index 3025ed4fbc3..9167e7358e8 100644 --- a/src/Mods/SecExp/potentialToDo.txt +++ b/src/Mods/SecExp/potentialToDo.txt @@ -5,7 +5,7 @@ Hexall90's last merged commit: 52dde0b3 - Enable oceanic battles Fine, I'll Do It Myself Pirates? Enemy navies? - 328279 - Pirates could raid trade routs and such ,even could capture a high class cruise liner and you have to move retake it with an army similar to the ground battles. you could have an event where you gain a old world port to ship your goods to , and you have to defend it . -328413 + Pirates could raid trade routs and such ,even could capture a high class cruise liner and you have to move retake it with an army similar to the ground battles. you could have an event where you gain a old world port to ship your goods to, and you have to defend it . -328413 - How to make threads - 355452 A suggestion for prisoners of war after winning the battle: maybe add an option to execute them on the spot for authority gains? And how about giving a chance (depending on the amount of captives) to actually make one or two of them that aren't as hateful or wounded as your sex slaves instead of just menials? Perhaps you may even turn (hypothetical) female captives into sex dolls or bioreactors too. It can be an optional button. -- GitLab