diff --git a/src/js/pregJS.js b/src/js/pregJS.js index 1cdbb6d39d06412f751fd9d385b1cdd5e63dadd9..e71093a5f81571088b15b5c701943a3d6d21dd88 100644 --- a/src/js/pregJS.js +++ b/src/js/pregJS.js @@ -424,7 +424,7 @@ globalThis.knockMeUp = function(target, chance, hole, fatherID) { chance += 75; // While I would like to give a chance of self-impreg here, the risk of recursion seems high. } - if (father.geneticQuirks.potent === 1) { + if (father.geneticQuirks.potent === 2) { chance *= 1.5; } if (V.seeIncest === 0 && areRelated(target, father)) {