diff --git a/src/endWeek/saClothes.js b/src/endWeek/saClothes.js index a68558cd20e3eba3ce45195a79f2532f2b6d0d1f..48331e8692ef4dfa2ea0dedbc0b40d1108cedf61 100644 --- a/src/endWeek/saClothes.js +++ b/src/endWeek/saClothes.js @@ -664,6 +664,10 @@ App.SlaveAssignment.clothes = function saClothes(slave) { */ function bellyAccessories(slave) { if (slave.bellyAccessory === "an extreme corset") { + if (slave.inflation > 0) { + r.push(`The pressure of ${his} corsetage <span class="change negative">renders ${him} unable to keep filling ${his} guts with ${slave.inflationType}.</span>`); + deflate(slave); + } if (slave.belly >= 100000) { r.push(`${His} straining corset finally gives in to ${his} giant stomach and bursts, freeing ${his} belly.`); slave.bellyAccessory = "none"; @@ -743,6 +747,10 @@ App.SlaveAssignment.clothes = function saClothes(slave) { } } } else if (slave.bellyAccessory === "a corset") { + if (slave.inflation > 0) { + r.push(`The pressure of ${his} corsetage <span class="change negative">renders ${him} unable to keep filling ${his} guts with ${slave.inflationType}.</span>`); + deflate(slave); + } if (slave.bellyPreg >= 1500) { r.push(`${His} corset lets ${his} growing belly protrude comfortably, preventing any danger to ${his} pregnancy but preventing any effect on ${his} waist.`); } else if (slave.belly >= 1500) {