From d33a64d0f7fcc0c9944f580fb58c0165c4b0c42a Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Sun, 12 Apr 2020 13:12:37 -0700 Subject: [PATCH] Apply suggestion to src/pregmod/incubatorReport.tw --- src/pregmod/incubatorReport.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index e6105e63f56..393451b112c 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -748,7 +748,7 @@ <</if>> <<if ($incubatorPregAdaptationSetting == 1 && $tanks[_inc].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[_inc].genes == "XY") ||$incubatorPregAdaptationSetting == 3 >> - <br>Incubator working on $his abdomen and reproductive organs. + <br>The incubator is working on $his abdomen and reproductive organs, to help adapt $him for future pregnancy. <<set _weekAdapt = isNaN($tanks[_inc].incubatorPregAdaptationInWeek) ? ($tanks[_inc].incubatorPregAdaptationInWeek = (15000 / 2000 - $tanks[_inc].pregAdaptation) / $tanks[_inc].growTime) * $incubatorUpgradeSpeed : $tanks[_inc].incubatorPregAdaptationInWeek * $incubatorUpgradeSpeed>> <<set _weekAdapt *= 1 + ($incubatorReproductionSetting / 5); _weekAdapt *= 1 + ($tanks[_inc].hormoneBalance / 1500)>> /*And now we done*/ -- GitLab