diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js
index 4e7e2a8267e464aa028447e84de82fe004130a71..92e1bc7b7fbd17128ae887190d9bd4df792d24b5 100644
--- a/src/interaction/main/walkPast.js
+++ b/src/interaction/main/walkPast.js
@@ -2870,11 +2870,12 @@ globalThis.walkPast = (function() {
 		target = "FVagina";
 
 		// Desc belly if large enough
+		t += App.Desc.belly(slave);
+		t += ` `;
+		// Needs to be redone!
 		if (slave.inflation === 0) {
 			if (slave.bellyImplant < 2000) {
 				if (slave.belly >= 600000) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a very tight corset":
 							t += `${His} corset struggles to contain ${his} enormous belly.`;
@@ -3004,8 +3005,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare enormous squirming pregnant belly catches your eye.`;
 					}
 				} else if (slave.belly >= 300000) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a very tight corset":
 							t += `${His} corset struggles to contain ${his} giant belly.`;
@@ -3141,8 +3140,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare giant pregnant belly catches your eye.`;
 					}
 				} else if (slave.weight > 190) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} massive gut is alluringly smooth under the tight suit.`;
@@ -3299,8 +3296,6 @@ globalThis.walkPast = (function() {
 							t += `${His} massive bare jiggling gut catches your eye.`;
 					}
 				} else if (slave.belly >= 10000 || (slave.bellyAccessory === "a huge empathy belly") || (slave.bellyAccessory === "a large empathy belly")) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "conservative clothing":
 							t += `${His} taut blouse shows off ${his} huge belly.`;
@@ -3505,8 +3500,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare huge pregnant belly catches your eye.`;
 					}
 				} else if (slave.weight > 160) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} giant gut is alluringly smooth under the tight suit.`;
@@ -3706,8 +3699,6 @@ globalThis.walkPast = (function() {
 							t += `${His} giant bare jiggling gut catches your eye.`;
 					}
 				} else if (slave.weight > 130) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} big gut is perfectly smoothed by the tight latex.`;
@@ -3913,8 +3904,6 @@ globalThis.walkPast = (function() {
 							t += `${His} big bare jiggling gut catches your eye.`;
 					}
 				} else if (slave.bellyPreg >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "conservative clothing":
 							t += `${His} taut blouse shows off ${his} big belly.`;
@@ -4119,8 +4108,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare pregnant belly catches your eye.`;
 					}
 				} else if (slave.weight >= 95) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -4325,8 +4312,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare, jiggling, fat gut catches your eye.`;
 					}
 				} else if (slave.bellyPreg >= 1500 || (slave.bellyAccessory === "a small empathy belly")) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -4528,16 +4513,12 @@ globalThis.walkPast = (function() {
 							t += `${His} barely visible pregnancy catches your eye.`;
 					}
 				} else {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					if (slave.weight >= 30) {
 						t += `Slight jiggling can be seen in ${his} chubby belly as ${he} moves.`;
 					}
 				}
 			} else { /* implant descs */
 				if (slave.bellyImplant >= 32000) {
-					t += `${App.Desc.bellyImplant(slave)} `;
-					t += `${App.Desc.mods(slave, "belly")} `;
 					switch (slave.clothes) {
 						case "a very tight corset":
 							t += `${His} corset struggles to contain ${his} enormous belly.`;
@@ -4686,8 +4667,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare enormous stomach catches your eye.`;
 					}
 				} else if (slave.bellyImplant >= 16000) {
-					t += `${App.Desc.bellyImplant(slave)} `;
-					t += `${App.Desc.mods(slave, "belly")} `;
 					switch (slave.clothes) {
 						case "a very tight corset":
 							t += `${His} corset struggles to contain ${his} giant belly.`;
@@ -4839,8 +4818,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare giant belly catches your eye.`;
 					}
 				} else if (slave.weight > 190) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} massive gut is alluringly smooth under the tight suit.`;
@@ -5013,8 +4990,6 @@ globalThis.walkPast = (function() {
 							t += `${His} massive bare jiggling gut catches your eye.`;
 					}
 				} else if (slave.bellyImplant >= 8000) {
-					t += `${App.Desc.bellyImplant(slave)} `;
-					t += `${App.Desc.mods(slave, "belly")} `;
 					switch (slave.clothes) {
 						case "conservative clothing":
 							t += `${His} taut blouse shows off ${his} huge belly.`;
@@ -5232,8 +5207,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare huge belly catches your eye.`;
 					}
 				} else if (slave.weight > 160) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} giant gut is alluringly smooth under the tight suit.`;
@@ -5445,8 +5418,6 @@ globalThis.walkPast = (function() {
 							t += `${His} giant bare jiggling gut catches your eye.`;
 					}
 				} else if (slave.weight > 130) {
-					t += App.Desc.belly(slave);
-					t += ` `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} big gut is perfectly smoothed by the tight latex.`;
@@ -5661,8 +5632,6 @@ globalThis.walkPast = (function() {
 							t += `${His} big bare jiggling gut catches your eye.`;
 					}
 				} else if (slave.bellyImplant >= 4000) {
-					t += `${App.Desc.bellyImplant(slave)} `;
-					t += `${App.Desc.mods(slave, "belly")} `;
 					switch (slave.clothes) {
 						case "conservative clothing":
 							t += `${His} taut blouse shows off ${his} big belly.`;
@@ -5874,8 +5843,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare belly catches your eye.`;
 					}
 				} else if (slave.weight >= 95) {
-					t += `${App.Desc.bellyImplant(slave)} `;
-					t += `${App.Desc.mods(slave, "belly")} `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -6090,8 +6057,6 @@ globalThis.walkPast = (function() {
 							t += `${His} bare, jiggling, fat gut catches your eye.`;
 					}
 				} else if (slave.bellyImplant >= 2000) {
-					t += `${App.Desc.bellyImplant(slave)} `;
-					t += `${App.Desc.mods(slave, "belly")} `;
 					switch (slave.clothes) {
 						case "a Fuckdoll suit":
 							t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -6315,8 +6280,6 @@ globalThis.walkPast = (function() {
 			}
 		} else { /* inflation descs */
 			if (slave.weight > 190) {
-				t += App.Desc.belly(slave);
-				t += ` `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} massive gut is alluringly smooth under the tight suit.`;
@@ -6489,8 +6452,6 @@ globalThis.walkPast = (function() {
 						t += `${His} massive bare jiggling gut catches your eye.`;
 				}
 			} else if (slave.inflation === 3) {
-				t += `${App.Desc.bellyInflation(slave)} `;
-				t += `${App.Desc.mods(slave, "belly")} `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -6711,8 +6672,6 @@ globalThis.walkPast = (function() {
 						t += `${His} bare, taut, sloshing belly catches your eye.`;
 				}
 			} else if (slave.weight > 160) {
-				t += App.Desc.belly(slave);
-				t += ` `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} giant gut is alluringly smooth under the tight suit.`;
@@ -6924,8 +6883,6 @@ globalThis.walkPast = (function() {
 						t += `${His} giant bare jiggling gut catches your eye.`;
 				}
 			} else if (slave.weight > 130) {
-				t += App.Desc.belly(slave);
-				t += ` `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} big gut is perfectly smoothed by the tight latex.`;
@@ -7137,8 +7094,6 @@ globalThis.walkPast = (function() {
 						t += `${His} big bare jiggling gut catches your eye.`;
 				}
 			} else if (slave.inflation === 2) {
-				t += `${App.Desc.bellyInflation(slave)} `;
-				t += `${App.Desc.mods(slave, "belly")} `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -7356,8 +7311,6 @@ globalThis.walkPast = (function() {
 						t += `${His} bare, rounded, sloshing belly catches your eye.`;
 				}
 			} else if (slave.weight >= 95) {
-				t += App.Desc.belly(slave);
-				t += ` `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
@@ -7572,8 +7525,6 @@ globalThis.walkPast = (function() {
 						t += `${His} bare, jiggling, fat gut catches your eye.`;
 				}
 			} else if (slave.inflation === 1) {
-				t += `${App.Desc.bellyInflation(slave)} `;
-				t += `${App.Desc.mods(slave, "belly")} `;
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						t += `${His} suit is expressly designed to encourage use of ${his} holes.`;
diff --git a/src/npc/descriptions/longSlave.js b/src/npc/descriptions/longSlave.js
index d3339cb80c4492658f1e912719d957d50dabfe2f..2281d1a01fcd3d838b9dc1f5ac6bbc9717727c57 100644
--- a/src/npc/descriptions/longSlave.js
+++ b/src/npc/descriptions/longSlave.js
@@ -651,21 +651,9 @@ App.Desc.longSlave = function(slave, {market = 0, eventDescription = false, pris
 		market: market, eventDescription: eventDescription
 	}));
 	r.push(App.Desc.mods(slave, "areolae"));
-
-	if (slave.inflation > 0) {
-		// to be obsoleted with phase 4
-		r.push(App.Desc.bellyInflation(slave, {
-			market: market, eventDescription: eventDescription
-		}));
-	} else if (slave.bellyImplant >= 2000) {
-		r.push(App.Desc.bellyImplant(slave, {
-			market: market, eventDescription: eventDescription
-		}));
-	} else {
-		r.push(App.Desc.belly(slave, {
-			market: market, eventDescription: eventDescription
-		}));
-	}
+	r.push(App.Desc.belly(slave, {
+		market: market, eventDescription: eventDescription
+	}));
 	r.push(App.Desc.mods(slave, "belly"));
 	r.push(App.Desc.butt(slave, {
 		market: market, eventDescription: eventDescription