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

revert

parent bbfbf133
No related branches found
No related tags found
No related merge requests found
...@@ -407,11 +407,6 @@ In total, you have given birth to: ...@@ -407,11 +407,6 @@ In total, you have given birth to:
<<if $PC.preg >= 8>> <<if $PC.preg >= 8>>
You're currently <<print $PC.preg>> week<<if $PC.preg > 1>>s<</if>> pregnant, so contraception doesn't matter right now. You're currently <<print $PC.preg>> week<<if $PC.preg > 1>>s<</if>> pregnant, so contraception doesn't matter right now.
<<link "A little more in your womb couldn't hurt..." "Manage Personal Affairs">><<run fetalSplit($PC)>><<set $PC.belly = WombGetVolume($PC)>><</link>><<print $PC.pregType>>
<br>
<<for _i = 0; _i < $PC.womb.length; _i++>>
<<print $PC.womb[_i].identical>>
<</for>>
<<elseif $PC.preg >= 6>> <<elseif $PC.preg >= 6>>
You're having morning sickness. You're having morning sickness.
<<elseif $PC.preg > 1>> <<elseif $PC.preg > 1>>
......
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