diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js
index 3eae6529f3e8c308b30d7d6df036fdd71b5b0ac9..f5d70bcba33b12538d9b2d4b5a0e472e55998de1 100644
--- a/src/npc/descriptions/belly/belly.js
+++ b/src/npc/descriptions/belly/belly.js
@@ -11864,11 +11864,11 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) {
 			case "a slutty nurse outfit":
 				if (slave.belly >= 1000000) {
 					if (isBellyFluidLargest) {
-						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 under ${his} breasts with a length of red silk ribbon. An addition ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
+						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 under ${his} breasts with a length of red silk ribbon. An additional ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
 					} else if (slave.bellyImplant > 0) {
-						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An addition ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
+						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen, implant-filled belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An additional ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
 					} else {
-						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen pregnant belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An addition ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
+						r.push(`${slave.slaveName}'s jacket fails to even come close to closing over ${his} unfathomable, hyper-swollen pregnant belly, requiring ${him} to hold ${his} nurse's jacket together under ${his} breasts with a length of red silk ribbon. An additional ribbon completes ${his} skirt, though ${his} immensity threaten to disrupt even that strategy.`);
 					}
 				} else if (slave.belly >= 750000) {
 					if (isBellyFluidLargest) {