From 05a6943c751eaa254e0c6959548b2e94f8c32901 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Mon, 13 Apr 2020 17:37:11 -0700
Subject: [PATCH] punctuation-coloring fixes

---
 src/pregmod/incubatorReport.tw | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 07e52dbf176..777afc1ed73 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 reported about @@.red;direct health damage@@.
+				It detected @@.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