From 8b2bccb64f88958f50fb1b72e06ce7bc83e380f7 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 14 Sep 2020 00:00:25 -0400 Subject: [PATCH] remove old --- src/utility/saRulesWidgets.tw | 49 ----------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 src/utility/saRulesWidgets.tw diff --git a/src/utility/saRulesWidgets.tw b/src/utility/saRulesWidgets.tw deleted file mode 100644 index bcf69f52e99..00000000000 --- a/src/utility/saRulesWidgets.tw +++ /dev/null @@ -1,49 +0,0 @@ -:: saRulesWidgets [nobr widget] - -/* needed to manage the obscene code duplication present in the revised saRules.tw */ - - - -<<widget "saRulesPartnerDrugEffects">> - - <<set _sr = getSlave($slaves[$i].relationshipTarget)>> - <<setLocalPronouns _sr 2>> - <<if $slaves[$i].balls > 0>> - <<if ($slaves[$i].drugs == "testicle enhancement" || $slaves[$i].drugs == "intensive testicle enhancement")>> - <<if $slaves[$i].hormoneBalance >= 100>> - $He can't seem to get enough cum out of $his terribly swollen balls in one orgasm to relieve the pressure: - <<if $slaves[$i].dick>> - $his poor soft dick produces slow, anemic ejaculations, no matter how backed up $he is. - <<else>> - $his cumhole produces slow, anemic ejaculations, no matter how backed up $he is. - <</if>> - This forces $him to find $his <<= relationshipTerm($slaves[$i])>> for release many times a day, and $he @@.mediumaquamarine;is desperately reliant@@ on _him2 for relief. - <<set $slaves[$i].trust += 2>> - <<else>> - $His terribly swollen balls force $him to find $his <<= relationshipTerm($slaves[$i])>> for release several times a day, and $he @@.mediumaquamarine;relies@@ on _him2 for relief. - <<set $slaves[$i].trust += 1>> - <</if>> - <<elseif $slaves[$i].drugs == "hyper testicle enhancement">> - <<if $slaves[$i].hormoneBalance >= 100>> - $He can't seem to get enough cum out of $his grotesquely swollen balls in one orgasm to get relieve the pressure: - <<if $slaves[$i].dick>> - $his poor soft dick produces slow, anemic ejaculations, no matter how backed up $he is. - <<else>> - $his cumhole produces slow, anemic ejaculations, no matter how backed up $he is. - <</if>> - This forces $him to find $his <<= relationshipTerm($slaves[$i])>> for release many times a day, and $he @@.mediumaquamarine;is desperately reliant@@ on _him2 for relief. - <<set $slaves[$i].trust += 2>> - <<else>> - $His grotesquely swollen balls force $him to come to find $his <<= relationshipTerm($slaves[$i])>> for release dozens of times a day, and $he @@.mediumaquamarine;is desperately reliant@@ on _him2 for relief. - <<set $slaves[$i].trust += 1>> - <</if>> - <</if>> - <</if>> /* close overactive balls block */ - <<if $slaves[$i].drugs == "super fertility drugs" && canImpreg($slaves[$i], _sr)>> - <<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>> - $His reproductive system is in overdrive leading $him to come to find $his <<= relationshipTerm($slaves[$i])>> for insemination several times a day; $he @@.mediumaquamarine;desperately hopes@@ for the day _his2 seed takes root in $his womb. - <<set $slaves[$i].trust += 1>> - <</if>> - <</if>> - -<</widget>> \ No newline at end of file -- GitLab