diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index 3f2e58d8721143e999141ad8ace72cfb766b80fc..2650a0b9a18ec83b467b8c20766d4308df371324 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -1465,6 +1465,8 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = r.push(`like the whore ${he2} is.`); } else if ((slave2.assignment === "serve in the master suite") || (slave2.assignment === "please you")) { r.push(`like the fucktoy ${he2} is.`); + } else { + r.push(r.pop() + "."); } r.push(`As you finish, ${he2}`); if (slave2.fetish === "cumslut") { @@ -1531,6 +1533,8 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = r.push(`like the whore ${he2} is.`); } else if ((slave2.assignment === "serve in the master suite") || (slave2.assignment === "please you")) { r.push(`like the fucktoy ${he2} is.`); + } else { + r.push(r.pop() + "."); } r.push(`As you finish, ${he2}`); if (slave2.fetish === "cumslut") { @@ -1597,6 +1601,8 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = r.push(`like the whore ${he2} is.`); } else if ((slave2.assignment === "serve in the master suite") || (slave2.assignment === "please you")) { r.push(`like the fucktoy ${he2} is.`); + } else { + r.push(r.pop() + "."); } r.push(`As you finish, ${he2}`); if (slave2.fetish === "cumslut") { @@ -1654,6 +1660,8 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = r.push(`like the whore ${he2} is.`); } else if ((slave2.assignment === "serve in the master suite") || (slave2.assignment === "please you")) { r.push(`like the fucktoy ${he2} is.`); + } else { + r.push(r.pop() + "."); } r.push(`As you finish, ${he2}`); if (slave2.fetish === "cumslut") { @@ -1720,6 +1728,8 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = r.push(`like the whore ${he2} is.`); } else if ((slave2.assignment === "serve in the master suite") || (slave2.assignment === "please you")) { r.push(`like the fucktoy ${he2} is.`); + } else { + r.push(r.pop() + "."); } r.push(`As you finish, ${he2}`); if (slave2.fetish === "cumslut") {