From 9090d0ef6293bc7edec15e7c64bb836246f5046b Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 23 Jul 2017 23:23:42 -0400 Subject: [PATCH] Fixes. --- slave variables documentation - Pregmod.txt | 2 +- src/pregmod/widgets/slaveSummaryWidgets.tw | 2 +- src/uncategorized/recETSWorkaround.tw | 2 +- src/uncategorized/seRaiding.tw | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 41cc28e7525..846909cfc4a 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -915,7 +915,7 @@ accepts string nipplesPiercing: -nipple are peirced +nipple are pierced 0 - none 1 - yes 2 - heavily diff --git a/src/pregmod/widgets/slaveSummaryWidgets.tw b/src/pregmod/widgets/slaveSummaryWidgets.tw index a1cebad3f3c..4bcc36c5ad8 100644 --- a/src/pregmod/widgets/slaveSummaryWidgets.tw +++ b/src/pregmod/widgets/slaveSummaryWidgets.tw @@ -2458,7 +2458,7 @@ _Slave.faceShape face. <<if _ssj != -1>> <<SlaveFullName $slaves[_ssj]>>'s @@.lightgreen;daughter<<if _Slave.relationshipTarget == $slaves[_ssj].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@ <</if>> - <<elseif _Slave.father == -1>> + <<elseif _Slave.father == -1 && _Slave.father != _Slave.mother>> Your @@.lightgreen;daughter <<if _Slave.relationship == -3>> and wife.@@ diff --git a/src/uncategorized/recETSWorkaround.tw b/src/uncategorized/recETSWorkaround.tw index acc7a9d1446..4780b590611 100644 --- a/src/uncategorized/recETSWorkaround.tw +++ b/src/uncategorized/recETSWorkaround.tw @@ -113,7 +113,7 @@ Her sister-pimp walks in angrily demanding to know why you called her here. She <<case "incest mother son">> -The son cheers happily and hugs her relieved mother. She leans in and kisses him deeply. They ought to be an interesting addition to your penthouse. +The son cheers happily and hugs his relieved mother. She leans in and kisses him deeply. They ought to be an interesting addition to your penthouse. <<set $activeSlave.slaveName = $activeSlave.birthName>> <<set $activeSlave.ID = $activeSlave.ID + 1000>> diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw index 539bdbeff23..a544b11345f 100644 --- a/src/uncategorized/seRaiding.tw +++ b/src/uncategorized/seRaiding.tw @@ -421,7 +421,7 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.entertainSkill = 10>> <<set $activeSlave.weight = random(-100,60)>> - is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in herself has been a fixture of the landscape for <<if $activeSlave.visualAge < 13>>only a little while<<elseif $activeSlave.visualAge <= 18>>some time<<elseif $activeSlave.visualAge <= 32>>years<<else>>decades<</if>>, with many speculating that she remains a virgin<<if $activeSlave.visualAge > 32>>despite her mature age<</if>>. + is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in herself has been a fixture of the landscape for <<if $activeSlave.visualAge < 13>>only a little while<<elseif $activeSlave.visualAge <= 18>>some time<<elseif $activeSlave.visualAge <= 32>>years<<else>>decades<</if>>, with many speculating that she remains a virgin<<if $activeSlave.visualAge > 32>> despite her mature age<</if>>. <<elseif $origin == "procuress">> <<set $activeSlaveOneTimeMinAge = 20>> <<set $activeSlaveOneTimeMaxAge = 65>> -- GitLab