diff --git a/src/js/utilsPC.js b/src/js/utilsPC.js index ad3f78111c29adf77bf9d9dd1a873a014fcc87fe..8117443c930494a3bb24d0fbd6f02b855a889be9 100644 --- a/src/js/utilsPC.js +++ b/src/js/utilsPC.js @@ -1120,7 +1120,7 @@ globalThis.isPlayerReceptive = function(penetrator = null) { return true; // penetrative campaign } else if (V.PC.drugs.includes("fertility") || V.PC.diet.includes("fertility") || V.PC.refreshment.includes("fertility")) { return true; // PC wants to be pregnant, even if not fertile - } else if (V.slaves.filter(s => s.toyHole = "dick").length * 4 > V.slaves.filter(s => s.dick > 0).length || V.slaves.filter(s => s.toyHole = "dick").length * 10 > V.slaves.length || V.slaves.filter(s => s.toyHole = "dick").length >= 8) { + } else if (V.slaves.filter(s => s.toyHole === "dick").length * 4 > V.slaves.filter(s => s.dick > 0).length || V.slaves.filter(s => s.toyHole === "dick").length * 10 > V.slaves.length || V.slaves.filter(s => s.toyHole === "dick").length >= 8) { return true; // at least 8 slaves, or 25% of the slaves with penises, or 10% of all the slaves, have dick as toyHole } else if (V.PC.counter.anal * 2 > V.week) { return true; // player is used to anal penetration