From d15954ed0e7e9961a719cae096bac2b395a82d34 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 6 Sep 2023 01:57:48 -0400
Subject: [PATCH] Touch up player boobs desc

---
 src/player/desc/pLongBoobs.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/player/desc/pLongBoobs.js b/src/player/desc/pLongBoobs.js
index 520e94f0165..ed6d5ac47fe 100644
--- a/src/player/desc/pLongBoobs.js
+++ b/src/player/desc/pLongBoobs.js
@@ -710,7 +710,7 @@ App.Desc.Player.boobs = function(PC = V.PC) {
 			r.push(`They refuse to come to a rest once they get moving.`);
 		}
 		r.push(boobVolume());
-	} else if (PC.boobs >= 1600) {
+	} else if (PC.boobs >= 1600) { //could use more breast descriptions on sizes here and up
 		r.push(`you have a <span class="orange">pair of massive I-cup breasts.</span>`);
 		if (implantRatio >= 0.75) {
 			r.push(oversizedImplants);
@@ -754,9 +754,7 @@ App.Desc.Player.boobs = function(PC = V.PC) {
 			r.push(`They bounce lewdly as you fuck your slaves.`);
 		}
 		r.push(boobVolume());
-	} 
-	//could use more breast descriptions on sizes larger than this
-	else if (PC.boobs >= 800) {
+	} else if (PC.boobs >= 800) {
 		r.push(`you have a <span class="orange">healthy pair of DD-cup breasts.</span>`);
 		if (implantRatio >= 0.75) {
 			r.push(`They're mostly implant, and it shows.`);
@@ -827,11 +825,13 @@ App.Desc.Player.boobs = function(PC = V.PC) {
 	} else {
 		r.push(`you have nothing in the breast department. You're <span class="orange">completely flat.</span>`);
 	}
-	
+
+	/*
 	if (PC.boobs >= 1600) {
 		r.push(boobShape());
 		r.push(boobVolume());
 	}
+	*/
 	r.push(
 		boobFreckles(),
 		nipples()
-- 
GitLab