From 108b1266635848f95e36c30d97fb7bcd6b7fe7c0 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 13 Apr 2020 17:52:38 -0700 Subject: [PATCH] Back out incubator related changes. This reverts commit d3ed2e757b9abc7da92e4233c8deffc57fafaed2. This reverts commit 05a6943c751eaa254e0c6959548b2e94f8c32901. --- src/pregmod/incubator.tw | 2 +- src/pregmod/incubatorReport.tw | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 68778fce80f..3a6ca95068f 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -709,7 +709,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu Pregnancy adaptation programmed to intensive procedures. Up to the octuplets pregnancy should be possible for the subjects. Warning! Side effects may occur to the health and mental condition. [[Standart|Incubator][$incubatorPregAdaptationPower = 0]] | [[Advanced|Incubator][$incubatorPregAdaptationPower = 1]] | [[Extreme|Incubator][$incubatorPregAdaptationPower = 3]] <<elseif $incubatorPregAdaptationPower == 3>> - Pregnancy adaptation programmed to extreme procedures. Outcome final performance for subjects may vary with genetic and other individal conditions. WARNING! Extreme side effects may occur to the health and mental condition! + Pregnancy adaptation programmed to extreme procedures. Outcome final perfomance for subjects may vary with genetic and other individal conditions. WARNING! Extreme side effects may occur to the health and mental condition! [[Standart|Incubator][$incubatorPregAdaptationPower = 0]] | [[Advanced|Incubator][$incubatorPregAdaptationPower = 1]] | [[Intensive|Incubator][$incubatorPregAdaptationPower = 2]] <<else>> Pregnancy adaptation programmed to standard procedures. Normal singleton pregnancy should be safe for the subjects. diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index 777afc1ed73..07e52dbf176 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -769,19 +769,19 @@ It detected @@.red;serious damage@@ to $his reproductive ability as a result. <<case 4>> <<set $tanks[_inc].geneMods.rapidCellGrowth = 2>> - It detected @@.orange;genetically triggered hormonal imbalance.@@ The ability of $his tissues to recover from stretching is almost completely lost. + It detected @@.orange;genetically triggered hormonal imbalance@@. The ability of $his tissues to recover from stretching is almost completely lost. <<case 5>> <<set $tanks[_inc].health.shortDamage += 10>> - It detected @@.red;short term health damage.@@ + It detected @@.red;short term health damage@@. <<case 6>> <<set $tanks[_inc].health.longDamage += 10>> - It detected @@.red;long term health damage.@@ + It detected @@.red;long term health damage@@. <<case 7>> <<set $tanks[_inc].health.health -= 15>> - It detected @@.red;direct health damage.@@ + It reported about @@.red;direct health damage@@. <<case 8>> <<set $tanks[_inc].lactation = 1>> - It has @@.orange;triggered a hormonal disorder,@@ and $his breast glands begin to produce milk. + It has @@.orange;triggered a hormonal disorder@@, and $his breast glands begin to produce milk. <<case 9>> <<set $tanks[_inc].bellySag = 100; $tanks[_inc].bellySagPreg = 100>> It activated @@.red;emergency protocols@@ caused by overpressure to $his abdominal tissues and skin. $His belly has lost muscle tone and has begun to sag. -- GitLab