From a00ff7fc5976919ea52fcce085ad53be38ed21fa Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Sat, 3 Aug 2019 23:39:45 -0500 Subject: [PATCH] QuickFix --- src/npc/fBeg.tw | 2 +- src/uncategorized/RESS.tw | 4 ++-- src/uncategorized/saLongTermEffects.tw | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/npc/fBeg.tw b/src/npc/fBeg.tw index c504f6b9ded..dc6c92024dd 100644 --- a/src/npc/fBeg.tw +++ b/src/npc/fBeg.tw @@ -422,7 +422,7 @@ You give $him permission to speak, and tell $him that $he may beg $his <<= Writt <</if>> I ju<<s>>t need your cock in my mo<<s>>t u<<s>>eful fuckhole, plea<<s>>e!" <<case "boobs">> - $He takes $his hand<<if hasBothHands($activeSlave)>>s<</if>> and presses $his tits together, lifting them to display for you $his primary purpose in life. + $He takes $his hand<<if hasBothArms($activeSlave)>>s<</if>> and presses $his tits together, lifting them to display for you $his primary purpose in life. <<if ($activeSlave.lactation > 0)>> More milk squirts from each teat as $he bears them. <</if>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 43ae85f49ac..6198be25d5a 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -17112,9 +17112,9 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<replace "#result">> You put as much quiet authority into your voice as you can, and explain to $him that $he is required to take $his drugs up $his ass. You do not explain any of the actual reasons why you require slaves to submit to daily machine anal, but couch your quiet explanation in terms of $his life as a slave. You tell $him that taking a solid buttfuck from a machine first thing in the morning is something you've ordered $him to do. $He needs to do it. If $he does, $he'll be treated well; if $he does not, that will oblige you to punish $him. You tell $him that you would like $him to be a good slave, and that it would be disappointing if you had to punish $him. You put just a hint of steel into the last sentence, and $he stiffens a little at it. Hesitantly, $he <<if $activeSlave.belly >= 300000>> - shifts onto $his _belly belly, uses $his hands to brace $himself against the impending pounding, and scoots towards the phallus. + shifts onto $his _belly belly, uses $his hand<<if hasBothArms($activeSlave)>>s<</if>> to brace $himself against the impending pounding, and scoots towards the phallus. <<else>> - gets to $his knees, using $his hands to spread $his cheeks for the phallus. + gets to $his knee<<if hasBothLegs($activeSlave)>>s<</if>>, using $his hand<<if hasBothArms($activeSlave)>>s<</if>> to spread $his cheeks for the phallus. <</if>> Sensing that it's being offered an anus, it gently pushes inside $his rectum. Its strokes get longer and faster, <<if $activeSlave.anus > 2>>until $he's groaning under the sodomy despite $his loose ass<<elseif $activeSlave.anus > 1>>quickly gaping $his big butthole and making $him groan<<else>>making $him gasp as it stretches $his poor little asshole<</if>>. <<if ($suppository != 0) && ($activeSlave.drugs != "none")>>$He doesn't manage to groan for long, though, since the kitchen extends another phallus to feed $him $his breakfast. Before long, $he's being spitroasted by machines.<</if>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 860dbbb8799..80b75a288f1 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -355,7 +355,7 @@ $He can't see a woman without doing $his best to find a way the rules will allow $him to abuse the poor girl. $He's now @@.green;more aroused by women.@@ <<set $slaves[$i].attrXX += 3>> <<elseif ($slaves[$i].fetish == "boobs")>> - $He can't see a woman without doing $his best to get $his hands on her breasts. $He's now @@.green;more aroused by women.@@ + $He can't see a woman without doing $his best to get $his hand<<if hasBothArms($slaves[$i])>>s<</if>> on her breasts. $He's now @@.green;more aroused by women.@@ <<set $slaves[$i].attrXX += 3>> <<elseif $slaves[$i].fetish == "pregnancy" && canAchieveErection($slaves[$i])>> $He can't see a woman without plotting to plant $his seed in her womb. $He's now @@.green;more aroused by women.@@ @@ -7862,11 +7862,11 @@ <<set $slaves[$i].devotion -= 4.0>> <<set $slaves[$i].trust -= 4.0>> <<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>> - $He runs $his hands across $his bulging belly, feeling the life within threatening to burst $him. $He is @@.gold;disgusted@@ by $his body and @@.mediumorchid;hates you@@ for doing this to $him. + $He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across $his bulging belly, feeling the life within threatening to burst $him. $He is @@.gold;disgusted@@ by $his body and @@.mediumorchid;hates you@@ for doing this to $him. <<set $slaves[$i].devotion -= 3.0>> <<set $slaves[$i].trust -= 3.0>> <<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>> - $He runs $his hands across $his bulging belly, feeling the life within growing larger. $He is @@.gold;concerned@@ by $his body and @@.mediumorchid;is uncertain@@ on $his situation. + $He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across $his bulging belly, feeling the life within growing larger. $He is @@.gold;concerned@@ by $his body and @@.mediumorchid;is uncertain@@ on $his situation. <<set $slaves[$i].devotion -= 2.0>> <<set $slaves[$i].trust -= 2.0>> <</if>> -- GitLab