From 4f0e6b12c4c6c56dacf50574ceb7ecd1a1390979 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Wed, 29 Jul 2020 18:01:57 -0700 Subject: [PATCH] Update belly.js --- src/npc/descriptions/belly/belly.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index e33859127c5..aba3677ebd8 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -6552,7 +6552,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.belly >= 120000) { if (slave.bellyFluid >= slave.bellyPreg && slave.bellyFluid >= slave.bellyImplant) { if (slave.boobs > 12000) { - r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly peaks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`); + r.push(`${slave.slaveName}'s giant ${slave.inflationType}-filled belly peeks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`); } else if (slave.boobs > 4000) { r.push(`${slave.slaveName}'s nurse outfit could be called conservative, if it could cover more than half of ${his} breasts; ${his} giant ${slave.inflationType}-filled belly hangs out from under them, bulging hugely from ${his} unfastened trousers.`); } else { @@ -6560,7 +6560,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } else if (slave.bellyImplant > 0) { if (slave.boobs > 12000) { - r.push(`${slave.slaveName}'s giant implant-filled belly peaks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`); + r.push(`${slave.slaveName}'s giant implant-filled belly peeks out from between ${his} massive tits. ${He} finds it impossible to fasten ${his} trousers with ${his} stomach in the way.`); } else if (slave.boobs > 4000) { r.push(`${slave.slaveName}'s nurse outfit could be called conservative, if it could cover more than half of ${his} breasts; ${his} giant implant-filled belly hangs out from under them, bulging hugely from ${his} unfastened trousers.`); } else { @@ -6568,7 +6568,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } } else { if (slave.boobs > 12000) { - r.push(`${slave.slaveName}'s giant pregnant belly peaks out from between ${his} massive tits. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled womb more room.`); + r.push(`${slave.slaveName}'s giant pregnant belly peeks out from between ${his} massive tits. In addition, ${he}'s left ${his} trousers unfastened to give ${his} overfilled womb more room.`); } else if (slave.boobs > 4000) { r.push(`${slave.slaveName}'s nurse outfit could be called conservative, if it could cover more than half of ${his} breasts; ${his} giant pregnant belly hangs out from under them, bulging from ${his} unfastened trousers.`); } else { -- GitLab