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

Fix

parent e342525d
No related branches found
No related tags found
No related merge requests found
......@@ -2694,6 +2694,7 @@ may accept strings, use at own risk
"overalls"
"panties"
"panties and pasties"
"pasties"
"restrictive latex"
"shibari ropes"
"slutty business attire"
......
......@@ -19,7 +19,7 @@
<<set _cc = Math.round($activeSlave.bellyPreg)>>
<<set _safecc = Math.round($activeSlave.pregAdaptation*2000)>>
<<if $geneticMappingUpgrade > 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Estimated pregnancy adaptation raiting: <<print num(Math.round($activeSlave.pregAdaptation))>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Estimated pregnancy adaptation rating: <<print num(Math.round($activeSlave.pregAdaptation))>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Estimated safe womb volume: <<= num(_safecc)>> cc
<</if>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Current fetal count: $activeSlave.womb.length
......
......@@ -210,6 +210,12 @@
<<elseif $activeSlave.geneticQuirks.wLoss == 2>>
$He has hypoleptinemia and will easily loose weight.
<</if>>
<<if $activeSlave.geneticQuirks.wGain == 1 && $geneticMappingUpgrade >= 2>>
$He is a hyperleptinemia carrier.
<</if>>
<<if $activeSlave.geneticQuirks.wLoss == 1 && $geneticMappingUpgrade >= 2>>
$He is a hypoleptinemia carrier.
<</if>>
<<if $activeSlave.geneticQuirks.mGain == 2 && $activeSlave.geneticQuirks.mLoss == 2>>
$He has severe genetic flaw resulting in easily replaced, rapidly lost muscle mass.
<<elseif $activeSlave.geneticQuirks.mGain == 2>>
......@@ -217,6 +223,12 @@
<<elseif $activeSlave.geneticQuirks.mLoss == 2>>
$He has myotonic dystrophy and will rapidly loose muscle mass.
<</if>>
<<if $activeSlave.geneticQuirks.mGain == 1 && $geneticMappingUpgrade >= 2>>
$He is a myotonic hypertorphy carrier.
<</if>>
<<if $activeSlave.geneticQuirks.mLoss == 1 && $geneticMappingUpgrade >= 2>>
$He is a myotonic dystrophy carrier.
<</if>>
<</if>>
<</widget>>
......
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