diff --git a/src/events/reFullBed.js b/src/events/reFullBed.js index 05f3bbcf828be7e1c88f9e3f615f1aebc18c7bd6..8f57412720504059a4b3830979defe5847388493 100644 --- a/src/events/reFullBed.js +++ b/src/events/reFullBed.js @@ -108,16 +108,16 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { } else { t.push(`They stiffen in unison when you pinch each clit, but immediately relax and begin to work you harder. They orgasm one after the other from your manipulations, before eagerly cleaning`); } - seX(bedSlaves[0], "vaginal"); - seX(bedSlaves[1], "vaginal"); + actX(bedSlaves[0], "vaginal"); + actX(bedSlaves[1], "vaginal"); } else if (canDoAnal(bedSlaves[1]) && canDoAnal(bedSlaves[0])) { t.push(`They stiffen in unison when you hook two fingers up each asshole, but immediately relax and begin to work you harder. They orgasm one after the other, their butts clenching against your intruding fingers, and then eagerly clean`); - seX(bedSlaves[0], "anal"); - seX(bedSlaves[1], "anal"); + actX(bedSlaves[0], "anal"); + actX(bedSlaves[1], "anal"); } else if (bedSlaves[1].dick > 0 && bedSlaves[1].chastityPenis === 0 && bedSlaves[0].dick > 0 && bedSlaves[0].chastityPenis === 0) { t.push(`They stiffen in unison when you take hold of each prick, but immediately relax and begin to work you harder. They cum one after the other from your manipulations, before eagerly cleaning`); - seX(bedSlaves[0], "penetrative"); - seX(bedSlaves[1], "penetrative"); + actX(bedSlaves[0], "penetrative"); + actX(bedSlaves[1], "penetrative"); } else { t.push(`They stiffen as your hands get more adventurous, but immediately relax and begin to work you harder. They orgasm one after the other from your manipulations, before eagerly cleaning`); let hole; @@ -131,7 +131,7 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { } else { hole = "mammary"; } - seX(s, hole); + actX(s, hole); }); } t.push(`you with their mouths when you climax yourself. They have become <span class="devotion inc">still more devoted to you.</span>`);