diff --git a/src/events/reRecruit/repoNanny.js b/src/events/reRecruit/repoNanny.js index ec61d6e2db955f6edc9ad143ef6f0d3e3a14c352..3a987d7220f6eccb5a86b0af7634b9c20add35df 100644 --- a/src/events/reRecruit/repoNanny.js +++ b/src/events/reRecruit/repoNanny.js @@ -47,6 +47,7 @@ App.Events.recRepoNanny = class recRepoNanny extends App.Events.BaseEvent { r.push(`With a few keystrokes, you wire the payment to the repo company, then wait for ${his} delivery. After being brought into your penthouse by security, the legalities and biometric scanning with ${him} are taken care off fairly quickly and without fuss. Stepping towards you after the chime announcing a successful registration as your property, ${slave.slaveName} lowers ${his} head obediently and asks,`); r.push(Spoken(slave, `"${Master}, I — umm... what will be required of me? I'm really good with children and... and I can sing. Also, I've —"`)); r.push(`The fearful tremble in ${his} voice tells you that ${he}'s more than a little afraid of what you might have planned for ${him}. Waving off the slave's frightened babbling, you tell ${him} that you'll decide what to do with ${him} when you feel like it.`); + r.push(App.UI.newSlaveIntro(slave)); App.Events.addNode(el, r); return el; }