From 60f5b8a0d2b7e0ac8d26837b189faf2a16b4cd84 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 24 Dec 2020 18:43:40 -0500
Subject: [PATCH] totter fix

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

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 857afc36d6a..3a566b2ae65 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -748,7 +748,7 @@ One night, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>>
 	scooting $himself from side to side uncomfortably,
 <<elseif ($activeSlave.heels == 1 && shoeHeelHeight($activeSlave) == 0))>>
 	crawling gingerly,
-<<elseif (shoeHeelHeight($activeSlave) > 0))>>
+<<elseif (shoeHeelHeight($activeSlave) > 1))>>
 	tottering along painfully,
 <<else>>
 	walking a little funny,
@@ -971,7 +971,7 @@ $He sets $his jaw and <<if canSee($activeSlave)>>manages to meet your eyes witho
 One day, you catch sight of <<= App.UI.slaveDescriptionDialog($activeSlave)>>
 <<if ($activeSlave.heels == 1 && shoeHeelHeight($activeSlave) == 0)>>
 	crawling
-<<elseif shoeHeelHeight($activeSlave) > 0>>
+<<elseif shoeHeelHeight($activeSlave) > 1>>
 	tottering
 <<else>>
 	walking
-- 
GitLab