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

Merge branch 'anu-fixes' into 'pregmod-master'

Span class fix and missing word

See merge request pregmodfan/fc-pregmod!10868
parents cbee55fb f6052c5d
No related branches found
No related tags found
1 merge request!10868Span class fix and missing word
Pipeline #49676 passed
...@@ -121,7 +121,7 @@ App.Mods.SecExp.riotCenter = (function() { ...@@ -121,7 +121,7 @@ App.Mods.SecExp.riotCenter = (function() {
makeLink( makeLink(
"Start secretly installing brain implants in your citizens and resident slaves", "Start secretly installing brain implants in your citizens and resident slaves",
0, 0,
`Will take weeks of work and will ${cashFormat(5000)} each week, but once finished rebellions will progress a lot slower.`, `Will take weeks of work and will cost ${cashFormat(5000)} each week, but once finished rebellions will progress a lot slower.`,
"brainImplantStart" "brainImplantStart"
) )
); );
......
...@@ -172,7 +172,7 @@ App.Interact.fFuckdollImpreg = function(slave) { ...@@ -172,7 +172,7 @@ App.Interact.fFuckdollImpreg = function(slave) {
if (V.arcologies[0].FSRestart !== "unset" && V.eugenicsFullControl !== 1) { if (V.arcologies[0].FSRestart !== "unset" && V.eugenicsFullControl !== 1) {
if (slave.breedingMark !== 1 || V.propOutcome === 0) { if (slave.breedingMark !== 1 || V.propOutcome === 0) {
r.push(`Rumors spread about you knocking up your playthings; the Societal Elite are <span class="elites.loss"> very displeased</span> by these rumors.`); r.push(`Rumors spread about you knocking up your playthings; the Societal Elite are <span class="elites loss">very displeased</span> by these rumors.`);
V.failedElite += 5; V.failedElite += 5;
} }
} }
......
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