From c61dba07d923267580c8941b43ab9e116a3d3280 Mon Sep 17 00:00:00 2001 From: lumepanter <lumepanter@gmail.com> Date: Wed, 8 Feb 2023 20:05:17 +0200 Subject: [PATCH] :wq --- package.json | 2 +- src/npc/interaction/fVagina.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a0c99af166..632394163c1 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 c3d49fc66b3..76cb94fed39 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() + `.`); } -- GitLab