From 5e4a218fdab94499b00cf2f0953b9a290a4a23a5 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 26 Aug 2022 07:48:30 -0400
Subject: [PATCH] thoughts

---
 src/endWeek/player/playerReportUtils.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/endWeek/player/playerReportUtils.js b/src/endWeek/player/playerReportUtils.js
index 91f17062db2..075c9f45e00 100644
--- a/src/endWeek/player/playerReportUtils.js
+++ b/src/endWeek/player/playerReportUtils.js
@@ -1,3 +1,6 @@
+// I'm thinking of tearing this out of the pregnancy breast growth and instead taking a start point and an end point and then reporting a summation of any noteworthy changes after the physical block of the week.
+// Weight would also be relevant for this.
+// Maybe even height on growth drugs?
 App.EndWeek.Player.bustUp = function(PC, oldCupSize) {
 	let outcome = "";
 
-- 
GitLab