From 70119bd38fa5c69d1e928ef930500026dead6bbe Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Fri, 25 Dec 2020 01:06:57 -0500
Subject: [PATCH] fix teeter totter again

---
 src/uncategorized/RESS.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index d2ec7b2cbfa..77fd8147b73 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -1238,7 +1238,7 @@ $he is. You've been busy and haven't used $him for a while, and since $he's acce
 One morning, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>>
 <<if !canWalk($activeSlave)>>
 	crawl
-<<elseif shoeHeelCategory($activeSlave) > 0>>
+<<elseif shoeHeelCategory($activeSlave) > 1>>
 	totter
 <<elseif $activeSlave.belly >= 10000>>
 	waddle
@@ -1485,7 +1485,7 @@ As you are retiring for the night, <<= App.UI.slaveDescriptionDialog($activeSlav
 into your bedroom. Since $he is not allowed to ask questions, $he says nothing, but $his reason for being here is obvious enough. $He's on a medically reckless dosage of aphrodisiacs, and $he's panting as $he
 <<if ($activeSlave.heels == 1 shoeHeelCategory($activeSlave) == 0)>>
 	kneels
-<<elseif (shoeHeelCategory($activeSlave) > 0)>>
+<<elseif (shoeHeelCategory($activeSlave) > 1)>>
 	teeters
 <<else>>
 	stands
@@ -8858,7 +8858,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
 		The aphrodisiac dosage $he's on will let $him orgasm to almost anything. You spend a few minutes playing with $his nipples, skillfully edging $him away from climax, and $he's almost vibrating with discomfort. $He's so desperate that $he sobs with relief when you order $him to
 		<<if ($activeSlave.heels == 1) && shoeHeelCategory($activeSlave) == 0>>
 			kneel
-		<<elseif shoeHeelCategory($activeSlave) > 0>>
+		<<elseif shoeHeelCategory($activeSlave) > 1>>
 			totter up
 		<<else>>
 			stand
@@ -13012,7 +13012,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
 			You order $him to
 			<<if ($activeSlave.heels == 1) && shoeHeelCategory($activeSlave) == 0>>
 				kneel
-			<<elseif shoeHeelCategory($activeSlave) > 0>>
+			<<elseif shoeHeelCategory($activeSlave) > 1>>
 				teeter
 			<<else>>
 				stand
-- 
GitLab