From d5874e48cfbdd1e303f9dbf12d481c519c1be3f7 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 13 Aug 2017 17:06:47 -0400
Subject: [PATCH] fix

---
 src/utility/descriptionWidgetsFlesh.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index c1af703cc28..33357fbe900 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -1533,12 +1533,12 @@ $pronounCap's got a
 	<<elseif !canWalk($activeSlave)>> It's so big it would jiggle as $pronoun walked - if $pronoun could walk.
 	<<else>> It's so big it jiggles as $pronoun walks.
 	<</if>>
-<<elseif $activeSlave.butt <= 14>><<print either("cushion-like", "inhuman")>> ass.
+<<elseif $activeSlave.butt <= 14>><<print either("cushion-like", "hall-crowding")>> ass.
 	<<if ($activeSlave.assignment == "work in the dairy") && ($dairyStimulatorsSetting > 1)>> It's so big it massively jiggles as the machine rapes $possessive asshole.
 	<<elseif !canWalk($activeSlave)>> It's so big it would jiggle nonstop as $pronoun walked - if $pronoun could walk.
 	<<else>> It's so big it jiggles nonstop as $pronoun walks.
 	<</if>>
-<<elseif $activeSlave.butt <= 20>><<print either("bean bag sized", "inhuman")>> ass.
+<<else>><<print either("bean bag sized", "room-crowding")>> ass.
 	<<if ($activeSlave.assignment == "work in the dairy") && ($dairyStimulatorsSetting > 1)>> It's so massive it jiggles endlessly as the machine rapes $possessive asshole.
 	<<elseif !canWalk($activeSlave)>> It's so massive it would jiggle endlessly as $pronoun walked - if $pronoun could walk.
 	<<else>> It's so massive it jiggles endlessly as $pronoun walks.
-- 
GitLab