From cd316f3743e7aaa9d512ce7aa9510b530335d00d Mon Sep 17 00:00:00 2001 From: x <okp57855@psoxs.com> Date: Sun, 3 Jun 2018 03:27:15 +1200 Subject: [PATCH] Minor ptWidget adjustements --- src/utility/ptWidgets.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utility/ptWidgets.tw b/src/utility/ptWidgets.tw index 23e9bf550ff..a22e9175661 100644 --- a/src/utility/ptWidgets.tw +++ b/src/utility/ptWidgets.tw @@ -29,13 +29,13 @@ <<if ($activeSlave.devotion > 20) && ($activeSlave.behavioralFlaw != "none") && ($activeSlave.behavioralQuirk == "none")>> Since she's obedient, @@.yellow;her training assignment has defaulted to softening her behavioral flaw.@@ <<set $personalAttention[_pti].trainingRegimen = "soften her behavioral flaw">> - <<elseif ($activeSlave.devotion > 20) && ($activeSlave.sexualQuirk == "none") && !["cum addict","anal addict","attention whore","breast growth","abusive","malicious","self hating","neglectful","breeder","none"].includes($activeSlave.sexualFlaw)>>>> + <<elseif ($activeSlave.devotion > 20) && ($activeSlave.sexualQuirk == "none") && !["cum addict","anal addict","attention whore","breast growth","abusive","malicious","self hating","neglectful","breeder","none"].includes($activeSlave.sexualFlaw)>> Since she's obedient, @@.yellow;her training assignment has defaulted to softening her sexual flaw.@@ <<set $personalAttention[_pti].trainingRegimen = "soften her sexual flaw">> - <<elseif ($activeSlave.devotion > 20) && ($activeSlave.behavioralQuirk != "none")>> + <<elseif ($activeSlave.devotion > 20) && ($activeSlave.behavioralFlaw != "none") && ($activeSlave.behavioralQuirk != "none")>> Since she's obedient and already has a behavioral quirk, @@.yellow;her training assignment has defaulted to removing her behavioral flaw.@@ <<set $personalAttention[_pti].trainingRegimen = "fix her behavioral flaw">> - <<elseif ($activeSlave.devotion > 20) && ($activeSlave.sexualFlaw != "none") && !["cum addict","anal addict","attention whore","breast growth","abusive","malicious","self hating","neglectful","breeder"].includes($activeSlave.behavioralQuirk)>> + <<elseif ($activeSlave.devotion > 20) && !["cum addict","anal addict","attention whore","breast growth","abusive","malicious","self hating","neglectful","breeder","none"].includes($activeSlave.sexualFlaw)>> Since she's obedient and already has a sexual quirk, @@.yellow;her training assignment has defaulted to removing her sexual flaw.@@ <<set $personalAttention[_pti].trainingRegimen = "fix her sexual flaw">> <<elseif ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>> -- GitLab