From 08b4c9a99d65b43b9c1e1ba6b322f93ebdff6425 Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Sun, 12 Apr 2020 12:10:49 +0300 Subject: [PATCH] incubator upgrade - init and fixes --- js/003-data/gameVariableData.js | 3 +++ src/pregmod/incubator.tw | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index d7430655cc6..968b2535b0b 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -689,6 +689,9 @@ App.Data.resetOnNGPlus = { incubatorMusclesSetting: 0, incubatorGrowthStimsSetting: 0, incubatorReproductionSetting: 0, + incubatorPregAdaptationSetting: 0, + incubatorPregAdaptationPower: 0, + incubatorName: "the Incubator", incubatorNameCaps: "The Incubator", reservedChildren: 0, diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 7d9bf019ea7..85dca657cea 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -459,7 +459,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<elseif _safecc > 5000>> $His belly look like mid term pregnancy, it's possible to see some pulsing from the expanding and contracting of incubator probes. <<elseif _safecc > 1500>> - $His belly slightly bulged and rythmicaly expand and contract with the cycles of stimulation, as incubator inflate and deflate it's probes inside $his body cavities. With accurate applied serums this should allow to stretch skin and tissues around the belly and adapt $his body to a state with displaced internal organs caused by growth of the womb. + $His belly slightly bulged and rythmicaly expand and contract with the cycles of stimulation, as incubator inflate and deflate it's probes inside $his body cavities. With accurate applied serums this should allow to stretch skin and tissues of belly and adapt $his body to a pregnant state with displaced internal organs caused by growth of the womb. <</if>> <</if>> <<if $tanks[$i].growTime <= 0>> -- GitLab