From ed7a62abca3d21b9b5b1af233b3de52b449e68cb Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Tue, 22 Sep 2020 14:45:07 -0700 Subject: [PATCH] typo in imperial bodysuit belly --- src/npc/descriptions/belly/belly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index e40cdeba121..d9303a54d8e 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -12209,7 +12209,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.weight > 160) { r.push(`${slave.slaveName}'s bodysuit barely clings to ${his} hugely fat belly, clearly showing all ${his} folds and rolls through the skintight material.`); } else if (slave.weight > 130) { - r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} big fat belly, clearly showing all ${his} folds and roll through the skintight materials.`); + r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} big fat belly, clearly showing all ${his} folds and roll through the skintight material.`); } else if (slave.belly >= 5000 || (slave.bellyAccessory === "a medium empathy belly")) { if (slave.bellyAccessory === "a medium empathy belly") { r.push(`${slave.slaveName}'s bodysuit clearly displays ${his} pregnant belly.`); -- GitLab