diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index b51a0388d5f7747e8a0eb46caf7336244e353b5a..c30f98f32aba47512e6cd03f82298d631dc70d65 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -1789,13 +1789,13 @@ App.UI.newSlaveIntro = function(slave) { } r.push(`cock out of ${him}, climb off of ${him}, and leave the exhausted and overwhelmed slave${girl} on your desk as you attend to business elsewhere. You think ${he}'s <span class="orangered">going to like it here.</span>`); if (slave.vagina > -1) { - VCheck.Vaginal(); + r.push(VCheck.Vaginal()); actX(slave, "vaignal"); if (isFertile(slave) && V.PC.dick > 0) { knockMeUp(slave, 100, 0, -1, true); } } else { - VCheck.Anal(); + r.push(VCheck.Anal()); actX(slave, "anal"); } }