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

Merge branch 'pc_birth' into 'pregmod-master'

If the PC gives birth to a single child you get a number of errors because _p…

See merge request pregmodfan/fc-pregmod!3200
parents f703ebc0 5d3d3067
No related branches found
No related tags found
Loading
......@@ -444,7 +444,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
<<set $PC.birthOther += _others, $PC.birthSelf += _self, $PC.birthCitizen += _citizens, $PC.birthMaster += _oldMaster, $PC.birthArcOwner += _arcOwner, $PC.birthClient += _clients, $PC.birthElite += _elite, $PC.birthLab += _lab, $PC.birthDegenerate += _slavesLength>>
<<if _curBabies == 1>>
<<set _p = 0>>
<<if $PC.curBabies[_p].genetics.race == $PC.origRace>>
<<set _PCDegree++>>
<</if>>
......
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