diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index bac49ca9540a416b652e8e95f992f4a8251cc607..cd5a55cab34a0c3906e4fc52688e84632c023a85 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -1513,18 +1513,18 @@ and
 		<span class="red"><<print either("obese", "very fat", "very overweight")>>.</span>
 	<</if>>
 <<elseif $activeSlave.weight > 95>>
-	<<if $activeSlave.hips > 1>>
+	<<if $arcologies[0].FSHedonisticDecadence != "unset">>
+		<<print either("extremely curvy", "extremely plush")>><<if $activeSlave.hips > 1>>, $his huge hips complementing $his plushness perfectly<</if>>.
+	<<elseif $activeSlave.hips > 1>>
 		<<print either("extremely curvy", "extremely plush")>>, but $his huge hips make the extra weight attractive on $him.
-	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		<<print either("extremely curvy", "extremely plush")>>.
 	<<else>>
 		<span class="red"><<print either("carrying a lot of extra weight", "fat", "overweight")>>.</span>
 	<</if>>
 <<elseif $activeSlave.weight > 30>>
-	<<if $activeSlave.hips > 1>>
+	<<if $arcologies[0].FSHedonisticDecadence != "unset">>
+		<<print either("quite curvy", "very plush")>><<if $activeSlave.hips > 1>>, $his motherly hips adding to $his soft appeal<</if>>.
+	<<elseif $activeSlave.hips > 1>>
 		<<print either("quite curvy", "very plush")>>, but $his motherly hips make the extra weight attractive on $him.
-	<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
-		<<print either("quite curvy", "very plush")>>.
 	<<else>>
 		<span class="red"><<print either("carrying extra weight", "chubby")>>.</span>
 	<</if>>