From 51a2a5d695dc7818e05d191fd2f08f6a4d763f94 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Tue, 12 May 2020 12:43:42 -0700
Subject: [PATCH] Update longSlaveDescription.tw

---
 src/uncategorized/longSlaveDescription.tw | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index bac49ca9540..cd5a55cab34 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>>
-- 
GitLab