diff --git a/src/npc/surgery/surgeryDegradation.js b/src/npc/surgery/surgeryDegradation.js index 03262c6ff31c7c0ea34fca0afda8d3113541668d..3e32b54e2cd35d191821ced6804b428da84758c4 100644 --- a/src/npc/surgery/surgeryDegradation.js +++ b/src/npc/surgery/surgeryDegradation.js @@ -50,8 +50,7 @@ App.UI.SlaveInteract.surgeryDegradation = function(slave) { const _slaveDevotion = slave.devotion; if ((slave.health.condition < random(-100, -80)) && !["body hair removal", "braces", "chem castrate", "eyebrow removal", "hair removal", "insemination", "removeBraces"].includes(V.surgeryType)) { - r.push(`${slave.slaveName}`); - r.push(` <span class="health.dec">has died from complications of surgery.</span>`); + r.push(`${slave.slaveName} <span class="health.dec">has died from complications of surgery.</span>`); removeSlave(slave); V.nextLink = "Main"; } else if (V.surgeryType === "breastShapePreservation" && ((slave.health.condition - (slave.boobs / 1000)) < random(-100, -80))) { @@ -346,8 +345,7 @@ App.UI.SlaveInteract.surgeryDegradation = function(slave) { _rel.trust -= 40; break; case 3: - r.push(`${_rel.slaveName} will be <span class="mediumorchid">horrified</span> and <span class="gold">afraid</span> when ${he2} finds out that ${his2} half-${sister}`); - r.push(`is now a Fuckdoll.`); + r.push(`${_rel.slaveName} will be <span class="mediumorchid">horrified</span> and <span class="gold">afraid</span> when ${he2} finds out that ${his2} half-${sister} is now a Fuckdoll.`); _rel.devotion -= 30; _rel.trust -= 30; } @@ -2125,8 +2123,7 @@ App.UI.SlaveInteract.surgeryDegradation = function(slave) { } else { r.push(`${He} shifts ${his} weight experimentally`); } - r.push(`and turns to you with a smile to show it off.`); - r.push(`As an anorexic <span class="hotpink">${he} thinks you have brought ${him} closer to the true ideal.</span>`); + r.push(`and turns to you with a smile to show it off. As an anorexic <span class="hotpink">${he} thinks you have brought ${him} closer to the true ideal.</span>`); if (boobFat > 0) { if (slave.areolae < 2) { if (random(1, 100) > 70) { @@ -5019,8 +5016,8 @@ slave.devotion -= 5; } break; default: - r.push(`ERROR bad/missing surgery descript`); - r.push(`Surgtyp: ${V.surgeryType}`); + r.push(`ERROR bad/missing surgery description`); + r.push(`surgeryType: ${V.surgeryType}`); r.push(`Devotion: ${slave.devotion}`); }