diff --git a/src/pregmod/analyzePregnancy.tw b/src/pregmod/analyzePregnancy.tw index 592b8190a0cc712a819ec7ff72b667409a8a2739..db6e6cf00343413ea539b532020cda4164c9930b 100644 --- a/src/pregmod/analyzePregnancy.tw +++ b/src/pregmod/analyzePregnancy.tw @@ -16,14 +16,14 @@ <br><br> Overall statistics: - <<set _cc = num(Math.round($activeSlave.bellyPreg))>> - <<set _safecc = num(Math.round($activeSlave.pregAdaptation*2000))>> + <<set _cc = Math.round($activeSlave.bellyPreg)>> + <<set _safecc = Math.round($activeSlave.pregAdaptation*2000)>> <<if $geneticMappingUpgrade > 0>> <br> Estimated pregnancy adaptation raiting: <<print num(Math.round($activeSlave.pregAdaptation))>> - <br> Estimated safe womb volume: _safecc cc + <br> Estimated safe womb volume: <<= num(_safecc)>> cc <</if>> <br> Currnet fetal count: $activeSlave.womb.length - <br> Estimated womb volume: <<if _safecc > _cc && $geneticMappingUpgrade > 0>>@@.red;_cc@@<<else>>_cc<</if>> cc + <br> Estimated womb volume: <<if _safecc < _cc && $geneticMappingUpgrade > 0>>@@.red;<<= num(_cc)>>@@<<else>><<= num(_cc)>><</if>> cc <br><br> Furthest developed pregnancy: <br> Fetal development week: $activeSlave.preg