From 7fd7dccc0a1e04e6bd683d4ad4461bae56e6e861 Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Wed, 5 Aug 2020 15:47:23 -0700
Subject: [PATCH] fixEventError

---
 src/uncategorized/RESS.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 52ef8aa7323..bd6769f947b 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -7174,7 +7174,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
 			<<else>>
 				hole gets
 			<</if>>
-			<<if (canDoAnal($activeSlave) && $activeSlave.anus == 0) || (canDoVaginal($activeSlave) && activeSlave.vagina == 0)>>
+			<<if (canDoAnal($activeSlave) && $activeSlave.anus == 0) || (canDoVaginal($activeSlave) && $activeSlave.vagina == 0)>>
 				well stretched.
 			<<else>>
 				@@.lime;well stretched.@@
-- 
GitLab