diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw
index 88dc267b55102fed38150438eb373e6ba2a237a3..23a7a6cfc373cce3f8e38d45006976bbf5e2850b 100644
--- a/src/pregmod/fillUpFace.tw
+++ b/src/pregmod/fillUpFace.tw
@@ -20,15 +20,21 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 		You instruct her to take a seat on your lap and open her mouth wide for the hose, but she remains still and unresponsive. Talking to a broken mind is pointless.
 	<</if>>
 	You reach out and wrap you arms around her
-	<<if $activeSlave.inflation == 2>>
+	<<if $activeSlave.weight > 190>>
+		immensely soft
+	<<elseif $activeSlave.weight > 160>>
+		massive soft
+	<<elseif $activeSlave.weight > 130>>
+		giant soft
+	<<elseif $activeSlave.inflation == 2>>
 		sloshing, <<print $activeSlave.inflationType>>-filled
+	<<elseif $activeSlave.weight > 95>>
+		huge soft
 	<<elseif $activeSlave.inflation == 1>>
 		<<print $activeSlave.inflationType>>-bloated
-	<<elseif $activeSlave.weight >= 95>>
-		huge soft
-	<<elseif $activeSlave.weight >= 30>>
+	<<elseif $activeSlave.weight > 30>>
 		big soft
-	<<elseif $activeSlave.weight >= 10>>
+	<<elseif $activeSlave.weight > 10>>
 		soft
 	<<elseif $activeSlave.muscles > 95>>
 		chiseled
@@ -49,15 +55,21 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 	<<else>>
 		She's opposed to the thought of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You heft her onto your lap, wrapping your arms around her
 	<</if>>
-	<<if $activeSlave.inflation == 2>>
+	<<if $activeSlave.weight > 190>>
+		immensely soft
+	<<elseif $activeSlave.weight > 160>>
+		massive soft
+	<<elseif $activeSlave.weight > 130>>
+		giant soft
+	<<elseif $activeSlave.inflation == 2>>
 		sloshing, <<print $activeSlave.inflationType>>-filled
+	<<elseif $activeSlave.weight > 95>>
+		huge soft
 	<<elseif $activeSlave.inflation == 1>>
 		<<print $activeSlave.inflationType>>-bloated
-	<<elseif $activeSlave.weight >= 95>>
-		huge soft
-	<<elseif $activeSlave.weight >= 30>>
+	<<elseif $activeSlave.weight > 30>>
 		big soft
-	<<elseif $activeSlave.weight >= 10>>
+	<<elseif $activeSlave.weight > 10>>
 		soft
 	<<elseif $activeSlave.muscles > 95>>
 		chiseled
@@ -78,15 +90,21 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 	<<else>>
 		She's hesitant of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You heft her onto your lap, wrapping your arms around her
 	<</if>>
-	<<if $activeSlave.inflation == 2>>
+	<<if $activeSlave.weight > 190>>
+		immensely soft
+	<<elseif $activeSlave.weight > 160>>
+		massive soft
+	<<elseif $activeSlave.weight > 130>>
+		giant soft
+	<<elseif $activeSlave.inflation == 2>>
 		sloshing, <<print $activeSlave.inflationType>>-filled
+	<<elseif $activeSlave.weight > 95>>
+		huge soft
 	<<elseif $activeSlave.inflation == 1>>
 		<<print $activeSlave.inflationType>>-bloated
-	<<elseif $activeSlave.weight >= 95>>
-		huge soft
-	<<elseif $activeSlave.weight >= 30>>
+	<<elseif $activeSlave.weight > 30>>
 		big soft
-	<<elseif $activeSlave.weight >= 10>>
+	<<elseif $activeSlave.weight > 10>>
 		soft
 	<<elseif $activeSlave.muscles > 95>>
 		chiseled
@@ -107,15 +125,21 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 	<<else>>
 		She's mildly hesitant of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You heft her onto your lap, wrapping your arms around her
 	<</if>>
-	<<if $activeSlave.inflation == 2>>
+	<<if $activeSlave.weight > 190>>
+		immensely soft
+	<<elseif $activeSlave.weight > 160>>
+		massive soft
+	<<elseif $activeSlave.weight > 130>>
+		giant soft
+	<<elseif $activeSlave.inflation == 2>>
 		sloshing, <<print $activeSlave.inflationType>>-filled
+	<<elseif $activeSlave.weight > 95>>
+		huge soft
 	<<elseif $activeSlave.inflation == 1>>
 		<<print $activeSlave.inflationType>>-bloated
-	<<elseif $activeSlave.weight >= 95>>
-		huge soft
-	<<elseif $activeSlave.weight >= 30>>
+	<<elseif $activeSlave.weight > 30>>
 		big soft
-	<<elseif $activeSlave.weight >= 10>>
+	<<elseif $activeSlave.weight > 10>>
 		soft
 	<<elseif $activeSlave.muscles > 95>>
 		chiseled
@@ -136,15 +160,21 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 	<<else>>
 		She's devotedly <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you as you heft her onto your lap, wrapping your arms around her
 	<</if>>
-	<<if $activeSlave.inflation == 2>>
+	<<if $activeSlave.weight > 190>>
+		immensely soft
+	<<elseif $activeSlave.weight > 160>>
+		massive soft
+	<<elseif $activeSlave.weight > 130>>
+		giant soft
+	<<elseif $activeSlave.inflation == 2>>
 		sloshing, <<print $activeSlave.inflationType>>-filled
+	<<elseif $activeSlave.weight > 95>>
+		huge soft
 	<<elseif $activeSlave.inflation == 1>>
 		<<print $activeSlave.inflationType>>-bloated
-	<<elseif $activeSlave.weight >= 95>>
-		huge soft
-	<<elseif $activeSlave.weight >= 30>>
+	<<elseif $activeSlave.weight > 30>>
 		big soft
-	<<elseif $activeSlave.weight >= 10>>
+	<<elseif $activeSlave.weight > 10>>
 		soft
 	<<elseif $activeSlave.muscles > 95>>
 		chiseled
diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw
index 20b65dc21f73d5d3c0eabfafee7cd920719670d9..553f921a79c8083c4597ad4605dee48161a90df6 100644
--- a/src/uncategorized/freeRangeDairyAssignmentScene.tw
+++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw
@@ -297,9 +297,9 @@ The milking cups on her nipples begin to pulse rhythmically. Soon, a steady flow
 The milking machine uses suction to draw her dick into the receptacle.
     <<if $activeSlave.dick > 10>>
        Her dick is too large to even consider getting hard again, so it just attaches firmly to the tip.
-    <<if $activeSlave.dick > 8 >>
+    <<elseif $activeSlave.dick > 8>>
         She is on the verge of passing out as most of her blood volume rushes into her dick. She cannot possibly reach a full erection without the machine's help. She fights to stay awake so she can enjoy her behemothial cock at throbbing hardness.
-    <<elseif $activeSlave.dick > 6 >>
+    <<elseif $activeSlave.dick > 6>>
         She feels dizzy as most of her blood volume rushes into her dick. It is not easy for her body to maintain an erection. But with the machine's help, she can produce a full throbbing hard-on.
     <<else>>
         It brings her to a full, throbbing erection within seconds.