diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js index a2e8a84b669afa365cd162d6391db07fb25717a7..08cc12bb23849276e613523bcf8f0a82733c695f 100644 --- a/src/js/birth/birth.js +++ b/src/js/birth/birth.js @@ -1844,7 +1844,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {}) if (slave.fetish === "mindbroken" || slave.fuckdoll > 0) { r.push(`${slave.slaveName} does not give any hint of a response.`); } else if (slave.devotion > 95) { - r.push(`will`); + r.push(`${slave.slaveName} will`); r.push(App.UI.DOM.makeElement("span", `worship you utterly`, "hotpink")); r.push(`for this.`); slave.devotion += 6; @@ -1904,7 +1904,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {}) if (slave.fetish === "mindbroken" || slave.fuckdoll > 0) { r.push(`${slave.slaveName} does not give any hint of a response.`); } else if (slave.devotion > 95) { - r.push(`will`); + r.push(`${slave.slaveName} will`); r.push(App.UI.DOM.makeElement("span", `worship you utterly`, "hotpink")); r.push(`for this.`); slave.devotion += 6;