diff --git a/src/events/reStaffedMorning.js b/src/events/reStaffedMorning.js index b833fa2d7c750761aa0f66783fa760a5be698d5b..f47e1ff0d2b8ebecb2795b41153cb3d9110c3cd9 100644 --- a/src/events/reStaffedMorning.js +++ b/src/events/reStaffedMorning.js @@ -179,9 +179,9 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven } } if (canDoVaginal(bedSlaves[2]) && bedSlaves[2].vagina > 0) { - t.push(VCheck.Vaginal(1, bedSlaves[2])); + t.push(VCheck.Vaginal(bedSlaves[2], 1)); } else { - t.push(VCheck.Anal(1, bedSlaves[2])); + t.push(VCheck.Anal(bedSlaves[2], 1)); } } else if (bedSlaves[2].weight > 95 && bedSlaves[2].belly < 1500) { t.push(`hard, sandwich your dick with ${his3} soft belly, and fuck ${his3} soapy, jiggly body against the shower wall.`); @@ -207,9 +207,9 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven t.push(`between ${his4} thighs,`); } if (canDoVaginal(bedSlaves[3]) && bedSlaves[3].vagina > 0) { - t.push(VCheck.Vaginal(1, bedSlaves[3])); + t.push(VCheck.Vaginal(bedSlaves[3], 1)); } else { - t.push(VCheck.Anal(1, bedSlaves[3])); + t.push(VCheck.Anal(bedSlaves[3], 1)); } t.push(`taking ${him4} from behind while ${bedSlaves[2].slaveName} does ${his3} best to get ${his3} wits back and take over washing duty. They towel you together, and you head back out of the bathroom.`); } else { @@ -298,10 +298,10 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven t.push(`next to the neat stack of clothes, the two slaves are bent over the bed with their buttocks spread. You select ${bedSlaves[1].slaveName}`); if (bedSlaves[1].vagina > 0 && canDoVaginal(bedSlaves[1])) { t.push(`and slide your dick into ${his2} ${bedSlaves[1].vagina > 2 ? "loose pussy" : (bedSlaves[1].vagina > 1 ? "inviting pussy" : "tight pussy")}, fucking ${him2}`); - t.push(VCheck.Vaginal(1, bedSlaves[1])); + t.push(VCheck.Vaginal(bedSlaves[1], 1)); } else if (bedSlaves[1].anus > 0 && canDoAnal(bedSlaves[1])) { t.push(`and slide your dick up ${his2} ${bedSlaves[1].anus > 2 ? "welcoming asspussy" : (bedSlaves[1].anus > 1 ? "soft butthole" : "tight anus")}, sodomizing ${him2}`); - t.push(VCheck.Anal(1, bedSlaves[1])); + t.push(VCheck.Anal(bedSlaves[1], 1)); } else { t.push(`and turn ${him2} around before sliding your dick into ${his2} welcoming mouth`); seX(bedSlaves[1], "oral", V.PC, "penetrative"); @@ -413,10 +413,10 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven t.push(`${He3} does ${his3} best to angle ${his3} hips for you as you push your cock`); if (bedSlaves[2].vagina > 0 && canDoVaginal(bedSlaves[2])) { t.push(`into ${his3} pussy to give ${him3} a good hard fuck.`); - t.push(VCheck.Vaginal(1, bedSlaves[2])); + t.push(VCheck.Vaginal(bedSlaves[2], 1)); } else if (bedSlaves[2].anus > 0 && canDoAnal(bedSlaves[2])) { t.push(`up ${his3} ass and give ${him3} a good hard reaming.`); - t.push(VCheck.Anal(1, bedSlaves[2])); + t.push(VCheck.Anal(bedSlaves[2], 1)); } else { t.push(`between ${his4} thighs and go to town.`); seX(V.PC, "penetrative", bedSlaves[2], "anal"); @@ -430,10 +430,10 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven t.push(`but finds ${himself4} taking ${bedSlaves[2].slaveName}'s place soon enough, smashed into the corner with your dick pistoning`); if (bedSlaves[3].vagina > 0 && canDoVaginal(bedSlaves[3])) { t.push(`in and out of ${his4} holes.`); - t.push(VCheck.Vaginal(1, bedSlaves[3])); + t.push(VCheck.Vaginal(bedSlaves[3], 1)); } else if (bedSlaves[3].anus > 0 && canDoAnal(bedSlaves[3])) { t.push(`in and out of ${his4} holes.`); - t.push(VCheck.Anal(1, bedSlaves[3])); + t.push(VCheck.Anal(bedSlaves[3], 1)); } else { t.push(`between ${his4} legs.`); seX(V.PC, "penetrative", bedSlaves[3], "anal"); @@ -490,10 +490,10 @@ App.Events.REStaffedMorning = class REStaffedMorning extends App.Events.BaseEven t.push(`Next to the neat stack of clothes, the two slaves are bent over the bed with their buttocks spread. They're perfectly still, awaiting your pleasure. You select ${bedSlaves[1].slaveName} and`); if (bedSlaves[1].vagina > 0 && canDoVaginal(bedSlaves[1])) { t.push(`push your ${dick} up ${his2} ${bedSlaves[1].vagina > 2 ? "loose pussy" : (bedSlaves[1].vagina > 1 ? "inviting pussy" : "tight pussy")}, raping ${him2} without mercy`); - t.push(VCheck.Vaginal(1, bedSlaves[1])); + t.push(VCheck.Vaginal(bedSlaves[1], 1)); } else if (bedSlaves[1].anus > 0 && canDoAnal(bedSlaves[1])) { t.push(`ram your ${dick} up ${his2} ${bedSlaves[1].anus > 2 ? "welcoming asspussy" : (bedSlaves[1].anus > 1 ? "soft butthole" : "tight anus")}, assraping ${him2} without mercy`); - t.push(VCheck.Anal(1, bedSlaves[1])); + t.push(VCheck.Anal(bedSlaves[1], 1)); } else { t.push(`spin ${him2} around, then push your ${dick} down ${his2} throat, facefucking ${him2} without mercy`); seX(bedSlaves[1], "oral", V.PC, "penetrative");