diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js
index 2df985dba0794fe0f6f71414098e0f7caf4b31a1..21ebc5eda18f7b89073dbe27a276b7230b968dbf 100644
--- a/src/interaction/main/walkPast.js
+++ b/src/interaction/main/walkPast.js
@@ -7156,9 +7156,9 @@ window.walkPast = (function() {
 						break;
 					case "overalls":
 						if (slave.boobs > (slave.belly+250)) {
-							t += `${slave.slaveName}'s huge breasts push out ${his} overalls so far that ${his} jiggling <<print slave.inflationType>>-filled belly is left uncovered.`;
+							t += `${slave.slaveName}'s huge breasts push out ${his} overalls so far that ${his} jiggling ${slave.inflationType}-filled belly is left uncovered.`;
 						} else {
-							t += `${slave.slaveName}'s overalls are significantly curved by ${his} jiggling <<print slave.inflationType>>-filled belly.`;
+							t += `${slave.slaveName}'s overalls are significantly curved by ${his} jiggling ${slave.inflationType}-filled belly.`;
 						}
 						break;
 					case "a cybersuit":
@@ -7578,9 +7578,9 @@ window.walkPast = (function() {
 						break;
 					case "overalls":
 						if (slave.boobs > (slave.belly+250)) {
-							t += `${slave.slaveName}'s large breasts push out ${his} overalls so far that ${his} <<print slave.inflationType>>-swollen belly is left uncovered.`;
+							t += `${slave.slaveName}'s large breasts push out ${his} overalls so far that ${his} ${slave.inflationType}-swollen belly is left uncovered.`;
 						} else {
-							t += `${slave.slaveName}'s <<print slave.inflationType>>-swollen belly rounds out the front of ${his} overalls.`;
+							t += `${slave.slaveName}'s ${slave.inflationType}-swollen belly rounds out the front of ${his} overalls.`;
 						}
 						break;
 					case "a cybersuit":