diff --git a/src/endWeek/saLongTermEffects.js b/src/endWeek/saLongTermEffects.js index a7f1cbbdc61f0693bab79b40dcdf515932eac6e1..2b07ffdd443b9fdc586795d9fb640075bea9c5ca 100644 --- a/src/endWeek/saLongTermEffects.js +++ b/src/endWeek/saLongTermEffects.js @@ -1193,7 +1193,7 @@ App.SlaveAssignment.longTermEffects = (function() { } } else if (slave.bellyFluid >= 1500) { if (slave.fetish === "humiliation") { - r.push(`Having to walk around with a belly full of`); + r.push(`Having to ${canWalk(slave) ? `walk` : `lounge`} around with a belly full of`); switch (slave.inflationType) { case "cum": case "food": @@ -1218,7 +1218,7 @@ App.SlaveAssignment.longTermEffects = (function() { } } } else { - r.push(`Having to walk around with a belly full of`); + r.push(`Having to ${canWalk(slave) ? `walk` : `lounge`} around with a belly full of`); switch (slave.inflationType) { case "cum": case "food":