diff --git a/package.json b/package.json
index 7a0c99af1660088612e905c08ef2de5dcbc7fb8e..632394163c11245d992a81719764718cb3466589 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
 		"autoprefixer": "^10.0.0",
 		"chalk": "^4.1.0",
 		"fancy-log-levels": "^1.0.0",
-		"gulp": "^4.0.2",
+		"gulp": "^3.9.1",
 		"gulp-concat": "^2.6.1",
 		"gulp-noop": "^1.0.1",
 		"gulp-postcss": "^9.0.0",
diff --git a/src/npc/interaction/fVagina.js b/src/npc/interaction/fVagina.js
index c3d49fc66b32c6333add01cc1f7988866a119a63..76cb94fed392ecb08610c6f23c464c69db49edfc 100644
--- a/src/npc/interaction/fVagina.js
+++ b/src/npc/interaction/fVagina.js
@@ -169,13 +169,13 @@ App.Interact.fVagina = function(slave) {
 		} else if (fPosition <= 80) {
 			r.push(`in the reverse cowgirl position`);
 			if (slave.bellyPreg >= 600000) {
-				r.push(r.pop() + `, a position that will much more comfortable for ${his} immense pregnancy and won't crush you under its mass.`);
+				r.push(r.pop() + `, a position that will be much more comfortable for ${his} immense pregnancy and won't crush you under its mass.`);
 			} else if (slave.belly >= 600000) {
-				r.push(r.pop() + `, a position that will much more comfortable for ${his} immense belly and won't crush you under its mass.`);
+				r.push(r.pop() + `, a position that will be much more comfortable for ${his} immense belly and won't crush you under its mass.`);
 			} else if (slave.bellyPreg >= 300000) {
-				r.push(r.pop() + `, a position that will much more comfortable for ${his} massive pregnancy.`);
+				r.push(r.pop() + `, a position that will be much more comfortable for ${his} massive pregnancy.`);
 			} else if (slave.belly >= 300000) {
-				r.push(r.pop() + `, a position that will much more comfortable for ${his} massive belly.`);
+				r.push(r.pop() + `, a position that will be much more comfortable for ${his} massive belly.`);
 			} else {
 				r.push(r.pop() + `.`);
 			}