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

Merge branch 'fixes' into 'pregmod-master'

Fix

Closes #275

See merge request pregmodfan/fc-pregmod!2583
parents 75604be5 e0f7f1bb
No related branches found
No related tags found
No related merge requests found
......@@ -18738,13 +18738,13 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) {
partner.anus = 1;
}
if (!analTimes) {
V.analTotal += analTimes;
partner.analCount += analTimes;
}
else {
V.analTotal += 1;
partner.analCount += 1;
}
else {
V.analTotal += analTimes;
partner.analCount += analTimes;
}
if (canImpreg(partner, V.PC)) {
r += knockMeUp(partner, 10, 1, -1);
}
......@@ -352,13 +352,13 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) {
partner.anus = 1;
}
if (!analTimes) {
V.analTotal += analTimes;
partner.analCount += analTimes;
}
else {
V.analTotal += 1;
partner.analCount += 1;
}
else {
V.analTotal += analTimes;
partner.analCount += analTimes;
}
if (canImpreg(partner, V.PC)) {
r += knockMeUp(partner, 10, 1, -1);
}
......
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