From 5a6f45e23974d700b8aac9c4b32dcac475ba80a2 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 8 Oct 2018 04:52:45 -0400 Subject: [PATCH] NaN complaint fix --- src/pregmod/fDick.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw index dc33cc6fc2b..6512480968a 100644 --- a/src/pregmod/fDick.tw +++ b/src/pregmod/fDick.tw @@ -127,10 +127,10 @@ <<if canImpreg($PC, $activeSlave) && $activeSlave.fetish == "pregnancy">> Running a hand across your firm belly, $he decides $his job is not yet done and begins reaming you once more, dead set on taking this opportunity to @@.orangered;show you your place by knocking you up with $his child.@@ $He manages to empty $his balls in your womb several more times before exhaustion kicks in, forcing $him to leave you twitching and drooling cum. <<= knockMeUp($PC, 100, 0, $activeSlave.ID)>> - <<set $activeSlave.penetrationCount += 5, $penetrativeTotal += 5>> + <<set $activeSlave.penetrativeCount += 5, $penetrativeTotal += 5>> <<else>> Contently sighing, $he pulls $his still very hard cock from your overwhelmed body and forces it into your mouth, ready to blow a second load and give you a @@.orangered;taste of your place,@@ before leaving you twitching and drooling cum. - <<set $activeSlave.penetrationCount++, $penetrativeTotal++>> + <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> <</if>> <<set $activeSlave.trust += 5>> <<else>> @@ -249,7 +249,7 @@ <</switch>> <</if>> -<<set $activeSlave.penetrationCount++, $penetrativeTotal++>> +<<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> <<if canImpreg($PC, $activeSlave)>> <<if $activeSlave.diet == "cum production">> <<set _pregChance = ($activeSlave.balls * 5 * 1.2)>> -- GitLab