From e3fa387e62c8ea852d3febf35af2245bb2f9593c Mon Sep 17 00:00:00 2001
From: HiveBro <peopleofthehive@gmail.com>
Date: Sat, 13 Oct 2018 17:55:26 -0700
Subject: [PATCH] Update fPoolSex.tw

---
 src/npc/descriptions/fPoolSex.tw | 60 ++++++++++++++++----------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/src/npc/descriptions/fPoolSex.tw b/src/npc/descriptions/fPoolSex.tw
index 08a3912b47c..25be42a45e4 100644
--- a/src/npc/descriptions/fPoolSex.tw
+++ b/src/npc/descriptions/fPoolSex.tw
@@ -8,27 +8,27 @@ You order $him to meet you in the spa for some quality time in the penthouse’s
 <<if $activeSlave.devotion > 95>> 
 	<<if $activeSlave.amp == 0>>
 		$He’s resting $his head on one arm, but $he gives you a little wave with the other before setting it to rubbing the flank of one
-		<<if ($activeSlave.boobs >= 20000)>>
-			massively obese tit 
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			huge breast 
+		<<if $activeSlave.boobs >= 20000>>
+			massively overgrown tit 
 		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
 			fat, augmented tit 
-		<<else>>
+		<<elseif $activeSlave.boobs >= 3000>>
+			huge breast 
+		<<else>> 
 			petite breast 
-		<</if>> 
+		<</if>>	
 		as $he
 	<<else>> 
 		$He’s resting on a small pile of pillows, rubbing $his amputated stubs against the flanks of $his colossal belly and 
-		<<if ($activeSlave.boobs >= 20000)>>
-			massively obese tits. 
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			huge breasts. 
+		<<if $activeSlave.boobs >= 20000>>
+			massively overgrown tits 
 		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
-			fat, augmented tits. 
-		<<else>>
-			petite breasts. 
-		<</if>> 
+			fat, augmented tits 
+		<<elseif $activeSlave.boobs >= 3000>>
+			huge breasts 
+		<<else>> 
+			petite breasts 
+		<</if>>	
 		$He waves one stub at you and then 
 	<</if>>
 watches you strip down and change into your swimming outfit. When it’s clear that you’re ready to join $him, $he motions at the pool’s holographic console and coos in delight as its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles, then wade toward your waiting slave. 
@@ -73,15 +73,15 @@ $He smiles and beckons you toward $him, rubbing circles in the exploded sides of
 		$He’s resting $his head on one arm, but $he nods at you in acknowledgement as 
 	<<else>> 
 		$He’s resting on a small pile of pillows, rubbing $his amputated stubs against the flanks of $his colossal belly and 
-		<<if ($activeSlave.boobs >= 20000)>>
-			massively obese tits. 
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			huge breasts. 
+		<<if $activeSlave.boobs >= 20000>>
+			massively overgrown tits 
 		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
-			fat, augmented tits. 
-		<<else>>
-			petite breasts. 
-		<</if>> 
+			fat, augmented tits 
+		<<elseif $activeSlave.boobs >= 3000>>
+			huge breasts 
+		<<else>> 
+			petite breasts 
+		<</if>>	
 		$He nods as you enter, not stopping $his rubbing, and watches 
 	<</if>>
 	you strip down and change into your swimming outfit. When it’s clear that you’re ready to join $him, $he motions at the pool’s holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles, then wade toward your waiting slave. 
@@ -126,15 +126,15 @@ $He smiles and beckons you toward $him, rubbing circles in the exploded sides of
 		$He’s resting $his head on one arm, but $he starts as you enter, watching tensely as
 	<<else>> 
 		$He’s resting on a small pile of pillows, rubbing $his amputated stubs against the flanks of her colossal belly and 
-		<<if ($activeSlave.boobs >= 20000)>>
-			massively obese tits. 
-		<<elseif ($activeSlave.boobs >= 3000)>>
-			huge breasts. 
+		<<if $activeSlave.boobs >= 20000>>
+			massively overgrown tits 
 		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
-			fat, augmented tits. 
-		<<else>>
-			petite breasts. 
-		<</if>> 
+			fat, augmented tits 
+		<<elseif $activeSlave.boobs >= 3000>>
+			huge breasts 
+		<<else>> 
+			petite breasts 
+		<</if>>	
 		$He starts as you enter, watching tensely as 
 	<</if>>
 	you strip down and change into your swimming outfit. When you’re ready to join $him, you motion at the pool’s holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles, then wade toward your worried looking slave. 
-- 
GitLab