diff --git a/src/events/RESS/masterfulWhore.js b/src/events/RESS/masterfulWhore.js index 566c772214d2c258ef045bc6446e39301c73e15a..022b9bfc5240b861b09054c15348fc16a251ed51 100644 --- a/src/events/RESS/masterfulWhore.js +++ b/src/events/RESS/masterfulWhore.js @@ -32,9 +32,9 @@ App.Events.RESSMasterfulWhore = class RESSMasterfulWhore extends App.Events.Base r.push(`As a queen of the whorehouse,`); r.push(contextualIntro(V.PC, eventSlave, "DOM")); r.push(`is never surprised, never squeamish, and always on the prowl for ${his} next customer. ${He} has mastered the transactionalization of sex. When ${he}'s selling ${himself} by the hole, a customer who purchases ${his} skilled oral services will often find himself upsold to a more expensive`); - if (canDoVaginal(eventSlave)) { + if (canDoVaginal(eventSlave) && eventSlave.vagina > 0) { r.push(`vaginal experience.`); - } else if (canDoAnal(eventSlave)) { + } else if (canDoAnal(eventSlave) && eventSlave.anus > 0) { r.push(`anal experience.`); } else { r.push(`showcase of ${his} skills.`);