diff --git a/js/medicine/surgery/assets/breastShapePreservation.js b/js/medicine/surgery/assets/breastShapePreservation.js index 8f88689fcd7d49b1cb8dc62cef33ec681f699858..e8f2ba66e049f0cd8a95683658bc4202e35a0a5f 100644 --- a/js/medicine/surgery/assets/breastShapePreservation.js +++ b/js/medicine/surgery/assets/breastShapePreservation.js @@ -92,7 +92,7 @@ App.Medicine.Surgery.Reactions.BreastShapePreservationFailure = class extends Ap } else { r.push(`${He} bounces a little to feel ${his} tiny breasts move and turns ${his} torso to you with a smile to show them off. ${He}'s still sore, so ${he} doesn't bounce too much.`); } - r.push(`<span class="devotion inc">${He}'s happy with your changes to ${his} boobs</span> and <span class="trust inc">thankful</span> that you'd consider ${his} health, well-being and ability to fuck. As with all invasive surgery <span class="health dec">${his} health has been affected.</span>`); + r.push(`<span class="devotion inc">${He}'s happy with your changes to ${his} boobs</span> and <span class="trust inc">thankful</span> that you'd consider ${his} health, well-being, and ability to fuck. As with all invasive surgery <span class="health dec">${his} health has been affected.</span>`); reaction.devotion += 4; reaction.trust += 4; } else if (slave.devotion >= -20) { diff --git a/js/medicine/surgery/assets/mastectomy.js b/js/medicine/surgery/assets/mastectomy.js index c71f093144fb0580f7ad610314676cf844cdbe2f..e0579208b06e6fd99214490d63271fe1b576c2e4 100644 --- a/js/medicine/surgery/assets/mastectomy.js +++ b/js/medicine/surgery/assets/mastectomy.js @@ -177,7 +177,7 @@ App.Medicine.Surgery.Reactions.Mastectomy = class extends App.Medicine.Surgery.S } else { r.push(`${He} bounces a little to feel ${his} tiny breasts move and turns ${his} torso to you with a smile to show them off. ${He}'s still sore, so ${he} doesn't bounce too much.`); } - r.push(`<span class="devotion inc">${He}'s happy with your changes to ${his} boobs</span> and <span class="trust inc">thankful</span> that you'd consider ${his} health, well-being and ability to fuck. As with all invasive surgery <span class="health dec">${his} health has been affected.</span>`); + r.push(`<span class="devotion inc">${He}'s happy with your changes to ${his} boobs</span> and <span class="trust inc">thankful</span> that you'd consider ${his} health, well-being, and ability to fuck. As with all invasive surgery <span class="health dec">${his} health has been affected.</span>`); reaction.devotion += 4; reaction.trust += 4; } else if (slave.devotion >= -20) {