From c38732f3ec434c1879f601e0052d7a30f9c2a4ed Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Fri, 25 Feb 2022 06:28:06 +0000
Subject: [PATCH 1/6] Slightly personalize rapist's origin

---
 src/events/nonRandom/pRaped.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/nonRandom/pRaped.js b/src/events/nonRandom/pRaped.js
index b6bfc25dd6b..9944294ed02 100644
--- a/src/events/nonRandom/pRaped.js
+++ b/src/events/nonRandom/pRaped.js
@@ -41,7 +41,7 @@ App.Events.pRaped = class pRaped extends App.Events.BaseEvent {
 			rapist.waist = -20;
 		}
 		rapist.muscles = Math.max(rapist.muscles, 10);
-		rapist.origin = `You sentenced $him to enslavement for the attempted rape of a free ${womanP}.`;
+		rapist.origin = `You sentenced $him to enslavement for the attempted rape of a free ${womanP} - you, to be exact.`;
 		rapist.devotion = -100;
 		rapist.trust = -100;
 		setHealth(rapist, jsRandom(-40, -20), normalRandInt(15, 3), undefined, 1, jsRandom(30, 80));
-- 
GitLab


From e045345ed7cd8637539ef1a41a99b42c1177752b Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Fri, 25 Feb 2022 06:30:58 +0000
Subject: [PATCH 2/6] Acknowledge orgasmic births

---
 src/js/birth/birth.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js
index 302ce12eabf..33d30ce5156 100644
--- a/src/js/birth/birth.js
+++ b/src/js/birth/birth.js
@@ -1791,6 +1791,9 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false, artRen
 			} else if (slave.sexualFlaw === "breeder") {
 				r.push(slave.slaveName);
 				r.push(App.UI.DOM.makeElement("span", ` almost orgasms`, "hotpink"));
+				if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+					r.push(`again`);
+				}
 				r.push(`when ${he} imagines ${his} ${children} being raised into`);
 				if (numBeingBorn === 1) {
 					r.push(`a breeding-obsessed baby-factory,`);
-- 
GitLab


From ed93a8419ae9fc94b3a8131322d7f907c154945b Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Fri, 25 Feb 2022 06:44:02 +0000
Subject: [PATCH 3/6] Improve wording, missing period

---
 src/events/RETS/reCockmilkInterception.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/RETS/reCockmilkInterception.js b/src/events/RETS/reCockmilkInterception.js
index 6e165c30820..e704283d4f8 100644
--- a/src/events/RETS/reCockmilkInterception.js
+++ b/src/events/RETS/reCockmilkInterception.js
@@ -134,7 +134,7 @@ App.Events.RETSCockmilkInterception = class RETSCockmilkInterception extends App
 		} else if (subSlave.dick > 8) {
 			t.push(`has an inhumanly monstrous penis that the poor slave's cardiovascular system couldn't possibly bring`);
 			if (slave.drugs === "priapism agents") {
-				t.push(`erect without outside aid; agents like the priapism agents ${he2} is currently on. ${slave.slaveName} has forced as much of its head into ${his} mouth as ${he} can, and is sucking lustily while trying not to choke.`);
+				t.push(`erect without outside aid; aid like the priapism agents ${he2} is currently on. ${slave.slaveName} has forced as much of its head into ${his} mouth as ${he} can, and is sucking lustily while trying not to choke.`);
 			} else {
 				t.push(`erect. ${slave.slaveName} has gotten its huge soft head into ${his} mouth, and is sucking lustily.`);
 			}
@@ -275,7 +275,7 @@ App.Events.RETSCockmilkInterception = class RETSCockmilkInterception extends App
 			t.push(`soft`);
 		}
 		if (subSlave.scrotum && subSlave.balls) {
-			t.push(`dickhead and visibly tickles ${subSlave.slaveName}'s balls with ${his} naughty pink tongue`);
+			t.push(`dickhead and visibly tickles ${subSlave.slaveName}'s balls with ${his} naughty pink tongue.`);
 		} else {
 			t.push(`dickhead.`);
 		}
-- 
GitLab


From b06c3f615589e6530f0a80abb899de0f36ae3d4f Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Fri, 25 Feb 2022 06:52:20 +0000
Subject: [PATCH 4/6] Fix unbolded wardrobe selections

---
 src/interaction/siWardrobe.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index b2752da8604..807d366336d 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -403,7 +403,7 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) {
 		const el = document.createElement('div');
 		const label = App.UI.DOM.appendNewElement("div", el, `Leg accessory: `);
 
-		label.append(App.UI.DOM.spanWithTooltip(slave.legAccessory, itemTooltip(slave.legAccessory, "legAccessory")));
+		label.append(App.UI.DOM.spanWithTooltip(slave.legAccessory, itemTooltip(slave.legAccessory, "legAccessory"), "bold"));
 
 		// Choose her own
 		if (slave.legAccessory !== "none") {
@@ -656,7 +656,7 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) {
 		const el = document.createElement('div');
 
 		const label = document.createElement('div');
-		label.append(`Dick accessory: `, App.UI.DOM.spanWithTooltip(slave.dickAccessory, itemTooltip(slave.dickAccessory, "dickAccessory")));
+		label.append(`Dick accessory: `, App.UI.DOM.spanWithTooltip(slave.dickAccessory, itemTooltip(slave.dickAccessory, "dickAccessory"), "bold"));
 
 		if (slave.dickAccessory !== `none`) {
 			label.append(noneLink("dickAccessory"));
-- 
GitLab


From 71197242cfc9532f306559d6a80a9b1b7d1f574b Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Fri, 25 Feb 2022 07:09:57 +0000
Subject: [PATCH 5/6] Don't display inflation as implant

---
 src/facilities/surgery/surgeryPassageUpper.js | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/facilities/surgery/surgeryPassageUpper.js b/src/facilities/surgery/surgeryPassageUpper.js
index c3412a38df1..8330ff136a2 100644
--- a/src/facilities/surgery/surgeryPassageUpper.js
+++ b/src/facilities/surgery/surgeryPassageUpper.js
@@ -415,14 +415,8 @@ App.UI.surgeryPassageUpper = function(slave, refreshParent, cheat = false) {
 				} else if (slave.cervixImplant === 3) {
 					r.push(`${He} also has micropump filter installed in both ${his} holes feeding into the implant.`);
 				}
-			} else if (slave.bellyFluid >= 1500) {
-				r.push(`got a ${slave.inflationType}-filled implant located in ${his} abdomen.`);
-				if (slave.cervixImplant === 1) {
-					r.push(`${He} also has micropump filter installed in ${his} cervix feeding into the implant.`);
-				} else if (slave.cervixImplant === 2) {
-					r.push(`${He} also has micropump filter installed in ${his} rectum feeding into the implant.`);
-				} else if (slave.cervixImplant === 3) {
-					r.push(`${He} also has micropump filter installed in both ${his} holes feeding into the implant.`);
+				if (slave.bellyFluid >= 1500) {
+					r.push(`${He} also has a bellyful of ${slave.inflationType}.`);
 				}
 			} else if (slave.bellyImplant === 0) {
 				r.push(`got an empty fillable implant located in ${his} abdomen.`);
@@ -433,6 +427,11 @@ App.UI.surgeryPassageUpper = function(slave, refreshParent, cheat = false) {
 				} else if (slave.cervixImplant === 3) {
 					r.push(`${He} also has micropump filter installed in both ${his} holes feeding into the implant.`);
 				}
+				if (slave.bellyFluid >= 1500) {
+					r.push(`${He} also has a bellyful of ${slave.inflationType}.`);
+				}
+			} else if (slave.bellyFluid >= 1500) {
+				r.push(`got a bellyful of ${slave.inflationType}.`);
 			} else {
 				r.push(`got a normal stomach.`);
 			}
-- 
GitLab


From 0ec9fae1a08d9d0931762a0331701559d468c85f Mon Sep 17 00:00:00 2001
From: Anu <8636-Anu@users.noreply.gitgud.io>
Date: Fri, 25 Feb 2022 07:45:33 +0000
Subject: [PATCH 6/6] Missing A

---
 src/facilities/surgery/surgeryPassageUpper.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/facilities/surgery/surgeryPassageUpper.js b/src/facilities/surgery/surgeryPassageUpper.js
index 8330ff136a2..6f8bbec972d 100644
--- a/src/facilities/surgery/surgeryPassageUpper.js
+++ b/src/facilities/surgery/surgeryPassageUpper.js
@@ -409,11 +409,11 @@ App.UI.surgeryPassageUpper = function(slave, refreshParent, cheat = false) {
 			} else if (slave.bellyImplant > 0) {
 				r.push(`got a ${slave.bellyImplant}cc implant filled implant located in ${his} abdomen.`);
 				if (slave.cervixImplant === 1) {
-					r.push(`${He} also has micropump filter installed in ${his} cervix feeding into the implant.`);
+					r.push(`${He} also has a micropump filter installed in ${his} cervix feeding into the implant.`);
 				} else if (slave.cervixImplant === 2) {
-					r.push(`${He} also has micropump filter installed in ${his} rectum feeding into the implant.`);
+					r.push(`${He} also has a micropump filter installed in ${his} rectum feeding into the implant.`);
 				} else if (slave.cervixImplant === 3) {
-					r.push(`${He} also has micropump filter installed in both ${his} holes feeding into the implant.`);
+					r.push(`${He} also has a micropump filter installed in both ${his} holes feeding into the implant.`);
 				}
 				if (slave.bellyFluid >= 1500) {
 					r.push(`${He} also has a bellyful of ${slave.inflationType}.`);
@@ -421,11 +421,11 @@ App.UI.surgeryPassageUpper = function(slave, refreshParent, cheat = false) {
 			} else if (slave.bellyImplant === 0) {
 				r.push(`got an empty fillable implant located in ${his} abdomen.`);
 				if (slave.cervixImplant === 1) {
-					r.push(`${He} also has micropump filter installed in ${his} cervix feeding into the implant.`);
+					r.push(`${He} also has a micropump filter installed in ${his} cervix feeding into the implant.`);
 				} else if (slave.cervixImplant === 2) {
-					r.push(`${He} also has micropump filter installed in ${his} rectum feeding into the implant.`);
+					r.push(`${He} also has a micropump filter installed in ${his} rectum feeding into the implant.`);
 				} else if (slave.cervixImplant === 3) {
-					r.push(`${He} also has micropump filter installed in both ${his} holes feeding into the implant.`);
+					r.push(`${He} also has a micropump filter installed in both ${his} holes feeding into the implant.`);
 				}
 				if (slave.bellyFluid >= 1500) {
 					r.push(`${He} also has a bellyful of ${slave.inflationType}.`);
-- 
GitLab