diff --git a/src/endWeek/reports/incubatorReport.js b/src/endWeek/reports/incubatorReport.js
index 88f6a7eb1f99072bb2c75b12aa9d4d4be3a0661a..ac5dc09d1fc551356cea0e6c5c5451797cc7f6b7 100644
--- a/src/endWeek/reports/incubatorReport.js
+++ b/src/endWeek/reports/incubatorReport.js
@@ -183,8 +183,8 @@ App.EndWeek.incubatorReport = function() {
 					r.push(`The monitoring system floods ${his} body with growth stimulants, but ${his} <span class="orange">NCS prevents an increase in ${his} growth rate.</span>`);
 					tank.height = heightLimitAge;
 				} else {
-					r.push(`The monitoring system floods ${his} body with growth stimulants, causing <span class="green">a sharp increase in growth rate.</span>`);
 					if (V.incubator.setting.weight >= 1 && V.incubator.setting.muscles <= 1 && V.incubator.setting.reproduction <= 1) {
+						r.push(`The monitoring system floods ${his} body with growth stimulants. ${His} caloric intake and expenditure rates are ideal for maximum response, causing <span class="green">explosive growth.</span>`);
 						if (V.incubator.upgrade.speed === 52) {
 							tank.height += random(3, 6);
 						} else if (V.incubator.upgrade.speed === 18) {
@@ -197,6 +197,7 @@ App.EndWeek.incubatorReport = function() {
 							tank.height += random(1, 2);
 						}
 					} else {
+						r.push(`The monitoring system floods ${his} body with growth stimulants, causing <span class="green">a sharp increase in growth rate.</span>`);
 						if (V.incubator.upgrade.speed === 52) {
 							tank.height += random(2, 5);
 						} else if (V.incubator.upgrade.speed === 18) {