Skip to content
Snippets Groups Projects
Commit a28994cd authored by Pregmodder's avatar Pregmodder
Browse files

Active quirks are 2 not 1

parent 612f890b
No related branches found
No related tags found
No related merge requests found
Pipeline #56865 passed
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment