From 9af0db71122fd0c053640ca49ef522573a3650bd Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 5 Aug 2018 17:15:23 -0400 Subject: [PATCH] little fixes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 3 +++ devNotes/twine JS.txt | 2 +- src/js/sexActsJS.tw | 2 +- src/uncategorized/slaveInteract.tw | 10 +++++----- src/utility/miscWidgets.tw | 12 +++++++----- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 1c304e360c2..15b46446a98 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,9 @@ 8/05/2018 + 22 + -more little fixes + 21 -added height comparison to the RA diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 33da116998c..3e9c64eea1b 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -17967,7 +17967,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { partner.anus = 1; } else { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in partner.slaveName's virgin pussy.@@ `; + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in ${partner.slaveName}'s virgin pussy.@@ `; partner.vagina = 1; } } diff --git a/src/js/sexActsJS.tw b/src/js/sexActsJS.tw index d3648912ad4..4fb3f15c230 100644 --- a/src/js/sexActsJS.tw +++ b/src/js/sexActsJS.tw @@ -306,7 +306,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { partner.anus = 1; } else { - r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in partner.slaveName's virgin pussy.@@ `; + r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in ${partner.slaveName}'s virgin pussy.@@ `; partner.vagina = 1; } } diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 82eda66fec8..fa7eab2bd0e 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1091,20 +1091,20 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <<if ($activeSlave.preg >= 38)>> <br> <<if $activeSlave.pregControl == "labor supressors">> - <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractImpreg>><</link>> + <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> - <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractImpreg>><</link>> + <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> <</if>> <<elseif ($activeSlave.preg < 40)>> <br> <<if $activeSlave.pregControl != "none">> - <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractImpreg>><</link>> | + <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> | <</if>> <<if $activeSlave.pregControl != "slow Gestation">> - <<link "Slow Gestation">><<set $activeSlave.pregControl = "slow gestation">><<SlaveInteractImpreg>><</link>> | + <<link "Slow Gestation">><<set $activeSlave.pregControl = "slow gestation">><<SlaveInteractFertility>><</link>> | <</if>> <<if $activeSlave.pregControl != "speed up">> - <<link "Fast Gestation">><<set $activeSlave.pregControl = "speed up">><<SlaveInteractImpreg>><</link>> + <<link "Fast Gestation">><<set $activeSlave.pregControl = "speed up">><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index e16207ab1f9..545a98ad6e8 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -352,10 +352,12 @@ __Contraception__: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<print "using contraceptives">><<elseif $activeSlave.pregWeek < 0>><<print "postpartum">><<elseif $activeSlave.preg == 0>><<print "fertile">><<elseif $activeSlave.preg < 4>><<print "may be pregnant">><<else>><<print $activeSlave.preg>><<print " weeks pregnant">><</if>></strong></span>. <<if ($activeSlave.preg == 0)>> <<link "Use contraceptives">><<set $activeSlave.preg = -1>> + <<SlaveInteractImpreg>> <<SlaveInteractFertility>> <</link>> <<elseif ($activeSlave.preg == -1)>> <<link "Let it get pregnant">><<set $activeSlave.preg = 0>> + <<SlaveInteractImpreg>> <<SlaveInteractFertility>> <</link>> <<elseif $activeSlave.induce == 1>> @@ -385,20 +387,20 @@ <<if ($activeSlave.preg >= 38)>> <br> <<if $activeSlave.pregControl == "labor supressors">> - <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractImpreg>><</link>> + <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> - <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractImpreg>><</link>> + <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> <</if>> <<elseif ($activeSlave.preg < 40)>> <br> <<if $activeSlave.pregControl != "none">> - <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractImpreg>><</link>> | + <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> | <</if>> <<if $activeSlave.pregControl != "slow Gestation">> - <<link "Slow Gestation">><<set $activeSlave.pregControl = "slow gestation">><<SlaveInteractImpreg>><</link>> | + <<link "Slow Gestation">><<set $activeSlave.pregControl = "slow gestation">><<SlaveInteractFertility>><</link>> | <</if>> <<if $activeSlave.pregControl != "speed up">> - <<link "Fast Gestation">><<set $activeSlave.pregControl = "speed up">><<SlaveInteractImpreg>><</link>> + <<link "Fast Gestation">><<set $activeSlave.pregControl = "speed up">><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> -- GitLab