Skip to content
Snippets Groups Projects
Commit c4fcca64 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'spaces-and-commas' into 'pregmod-master'

Spaces and commas

See merge request pregmodfan/fc-pregmod!7599
parents 8b1d0ec1 d93c921d
No related branches found
No related tags found
1 merge request!7599Spaces and commas
......@@ -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.
**/
......
......@@ -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.
......
......@@ -34,7 +34,7 @@ The household liquidator is offering a set of siblings for sale. You are permitt
<<elseif random(1,100) > 20>>
<<set $activeSlave = GenerateNewSlave(null, {minAge: ($fertilityAge + $minimumSlaveAge), maxAge: 42, ageOverridesPedoMode: 1, mature: , nationality: , race: , disableDisability: 1})>>
<<set $activeSlave = GenerateNewSlave(null, {minAge: ($fertilityAge + $minimumSlaveAge), maxAge: 42, ageOverridesPedoMode: 1, disableDisability: 1})>>
<<set $activeSlave.origin = "You bought $him from the household liquidator.">>
<<set $activeSlave.devotion = random(-75,-25)>>
<<set $activeSlave.trust = random(-45,-25)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment