From 4cf726ee5036dfd0bb00206c4721612c3e7480d7 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Mon, 8 May 2017 04:10:15 +0300
Subject: [PATCH] + + fix for incubator report

---
 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 020641b3c70..85bba67ef2a 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -419,7 +419,7 @@
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 80>>
 							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
-							<<set $tanks[$i].hips+ +>>
+							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 6 && random(1,100) > 70>>
 							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
-- 
GitLab