diff --git a/src/player/desc/pLongBoobs.js b/src/player/desc/pLongBoobs.js
index 520e94f0165fc5ad08e99aadc978140e66252a5d..ed6d5ac47fe997aac87393dffff4374eff25ab1e 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()