diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index 0fe3115ca5336d8580858e7c77e2a8701f4e2d21..ac064db3ac5d2a8470264a47c863b644bf6632b6 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -10873,7 +10873,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s cheerleader top can't be pulled over ${his} huge pregnant belly, leaving it obvious how ${he} is still on the cheer squad.`);
 					}
 				} else if (slave.weight > 190) {
-					r.push(`${slave.slaveName}'s cheerleader top rests atop ${his} massively fat belly, completely incapable of handling the jiggly, soft mass and clearly displaying that this cheerleader has ${him}self go.`);
+					r.push(`${slave.slaveName}'s cheerleader top rests atop ${his} massively fat belly, completely incapable of handling the jiggly, soft mass and clearly displaying that this cheerleader has ${himself} go.`);
 				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s cheerleader top rides up ${his} huge pregnant belly, barely covering the top of it while leaving it obvious how such a slut is still on the squad.`);
@@ -11578,7 +11578,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s hugely fat belly strains ${his} specially tailored blouse and jacket.`);
 				} else if (slave.weight > 130) {
 					r.push(`${slave.slaveName}'s tailored blouse and jacket fit ${his} big fat belly surprisingly well, though they do nothing to hide how huge ${his} gut is.`);
-				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
+				} else if (slave.belly >= 5000 || slave.bellyAccessory === "a medium empathy belly") {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s pregnant belly looks good in ${his} specially tailored blouse and jacket.`);
 					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
@@ -11590,7 +11590,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 95) {
 					r.push(`${slave.slaveName}'s tailored blouse and jacket fit ${his} fat belly well, though they do nothing to hide how big ${his} gut is.`);
-				} else if (((slave.belly >= 1500) || (slave.bellyAccessory === "a small empathy belly"))) {
+				} else if (slave.belly >= 1500 || slave.bellyAccessory === "a small empathy belly") {
 					if (slave.bellyAccessory === "a small empathy belly") {
 						r.push(`${slave.slaveName}'s small pregnant belly bulges under ${his} tailored blouse and jacket.`);
 					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
@@ -11662,7 +11662,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} massively fat belly and makes every jiggle of ${his} expansive flesh surprisingly alluring.`);
-				} else if (slave.belly >= 15000 || (slave.bellyAccessory === "a huge empathy belly")) {
+				} else if (slave.belly >= 15000 || slave.bellyAccessory === "a huge empathy belly") {
 					if (slave.bellyAccessory === "a huge empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} huge pregnant belly.`);
 					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
@@ -11671,7 +11671,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					} else {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} heavy pregnancy.`);
 					}
-				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a large empathy belly")) {
+				} else if (slave.belly >= 10000 || slave.bellyAccessory === "a large empathy belly") {
 					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} big pregnant belly.`);
 					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
@@ -11685,7 +11685,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} hugely fat belly and makes every jiggle of ${his} extra flesh surprisingly alluring.`);
 				} else if (slave.weight > 130) {
 					r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} big fat belly and makes every jiggle of ${his} flesh surprisingly alluring.`);
-				} else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
+				} else if (slave.belly >= 5000 || slave.bellyAccessory === "a medium empathy belly") {
 					if (slave.bellyAccessory === "a medium empathy belly") {
 						r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} pregnant belly.`);
 					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
@@ -11717,7 +11717,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					r.push(`${slave.slaveName}'s harem girl outfit sensually accentuates ${his} toned belly.`);
 				}
 				break;
-			case "a comfortable bodysuit": // WIP belly overhaul point
+			case "a comfortable bodysuit":
 				if (slave.belly >= 1000000) {
 					// WIP//
 				} else if (slave.belly >= 750000) {
@@ -11729,20 +11729,60 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 						r.push(`${slave.slaveName}'s bodysuit somehow manages to barely stretch over ${his} monolithic pregnant belly, pulled smooth over ${his} pressure flattened navel and all the movement of ${his} many squirming children.`);
 					}
 				} else if (slave.bellyPreg >= 600000) {
-					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} titanic bulging pregnant belly, displaying ${his} popped navel and all the movement ${his} squirming babies make.`);
-				} else if (slave.bellyPreg >= 300000) {
-					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massive pregnant belly, displaying ${his} popped navel and any movement ${his} babies make.`);
+					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (slave.bellyImplant > 0) {
+						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} titanic implant-filled belly and draws the eye right to the small bump on its smooth surface, ${his} flattening navel.`);
+					} else {
+						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} titanic pregnant belly, drawing the eye to ${his} flattening navel and the squirming bulges of the life filling ${him}.`);
+					}
+				} else if (slave.belly >= 450000) {
+					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (slave.bellyImplant > 0) {
+						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} gigantic implant-filled belly and draws the eye right to the deminishing bump on its smooth surface, ${his} navel.`);
+					} else {
+						r.push(`${slave.slaveName}'s bodysuit stretches across ${his} gigantic pregnant belly, drawing the eye to ${his} protruding navel and the squirming outlines of the life within ${him}.`);
+					}
+				} else if (slave.belly >= 300000) {
+					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (slave.bellyImplant > 0) {
+						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} massive implant-filled belly and draws the eye right to the sole bump on its smooth surface, ${his} navel.`);
+					} else {
+						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} massive pregnant belly and draws the eye right to each and every bump that appears on its smooth surface.`);
+					}
+				} else if (slave.belly >= 120000) {
+					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (slave.bellyImplant > 0) {
+						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} giant implant-filled belly and draws the eye right to ${his} protruding navel.`);
+					} else {
+						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} giant pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
+					}
+				} else if (slave.belly >= 60000) {
+					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (slave.bellyImplant > 0) {
+						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} huge implant-filled belly and draws the eye right to ${his} protruding navel.`);
+					} else {
+						r.push(`${slave.slaveName}'s bodysuit stretches over ${his} huge pregnant belly, drawing the eye to ${his} protruding navel and clearly showing every kick and squirm inside ${his} bulging middle.`);
+					}
 				} else if (slave.weight > 190) {
 					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} massively fat belly, displaying every fold, roll and motion in it.`);
-				} else if (slave.bellyPreg >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) {
-					if (slave.bellyAccessory === "a large empathy belly" || slave.bellyAccessory === "a huge empathy belly") {
+				} else if (slave.belly >= 15000 || slave.bellyAccessory === "a huge empathy belly") {
+					if (slave.bellyAccessory === "a huge empathy belly") {
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge pregnant belly.`);
+					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
+					} else if (slave.bellyImplant > 0) {
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge implant-filled belly, displaying ${his} popped navel.`);
+					} else {
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} huge pregnant belly, displaying ${his} popped navel and any movement ${his} babies make.`);
+					}
+				} else if (slave.belly >= 10000 || slave.bellyAccessory === "a large empathy belly") {
+					if (slave.bellyAccessory === "a large empathy belly") {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big pregnant belly, displaying ${his} popped navel.`);
 					} else if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely swollen belly, displaying ${his} bloated figure and every jiggle of ${his} full stomach.`);
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big implant-filled belly, prominently displaying ${his} popped navel.`);
 					} else {
-						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big pregnant belly, displaying ${his} popped navel and any movement ${his} babies make.`);
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} big pregnant belly, displaying ${his} popped navel and any movement ${his} bab${slave.pregType > 1 ? "ies make" : "y makes"} make.`);
 					}
 				} else if (slave.weight > 160) {
 					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely fat belly, displaying every fold, roll and motion in it.`);
@@ -11756,7 +11796,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					} else if (slave.bellyImplant > 0) {
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} implant-filled belly, prominently displaying ${his} flattening navel.`);
 					} else {
-						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} pregnant belly, displaying ${his} flattening navel and any movement ${his} babies make.`);
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} pregnant belly, displaying ${his} flattening navel and any movement ${his} bab${slave.pregType > 1 ? "ies make" : "y makes"}.`);
 					}
 				} else if (slave.weight > 95) {
 					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} fat belly, displaying every fold and roll in it.`);
@@ -11772,9 +11812,13 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 					}
 				} else if (slave.weight > 30) {
 					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} chubby belly, displaying every fold and roll in it.`);
+				} else if (slave.bellyPreg >= 100 || slave.bellyImplant >= 100) {
+					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} belly, clearly showing the slight swell beneath ${his} navel.`);
+				} else if (slave.muscles > 30) {
+					r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} ripped abs, clearly displaying ${his} six pack.`);
 				}
 				break;
-			case "a slutty nurse outfit":
+			case "a slutty nurse outfit": // WIP belly overhaul point
 				if (slave.belly >= 1000000) {
 					if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) {
 						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, ${slave.inflationType}-filled belly, requiring ${him} to hold ${his} nurse's jacket together over ${his} breasts with a length of red silk ribbon.`);