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

Merge branch 'pregmod-master' into 'pregmod-master'

fix

See merge request pregmodfan/fc-pregmod!1966
parents 6aa626cb 7798dcb2
No related branches found
No related tags found
No related merge requests found
......@@ -1001,7 +1001,7 @@ window.impregnatedBy = function(slave) { /* returns array of IDs of all characte
WombInit(slave);
}
for (var i = 0; i < slave.womb.length; i++) {
IDArray.push(slave.womb.fatherID);
IDArray.push(slave.womb[i].fatherID);
}
return IDArray;
}
......
......@@ -690,6 +690,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.
<</if>>
<</if>>
<</if>>
<<else>>
<<if ($FSCredits > 0)>>
<br>''''[[Eugenics|Future Society][$arcologies[0].FSRestart = 4, $FSCredits -= 1]]: rebuilding society using restrictive breeding programs reserved solely for society's finest.
......
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