Skip to content
Snippets Groups Projects
Commit ed7a62ab authored by turnop's avatar turnop
Browse files

typo in imperial bodysuit belly

parent b07499e9
No related branches found
No related tags found
No related merge requests found
......@@ -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.`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment