From 2e764720a64e4bc5c433c89ae7140abd77a65be1 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 21 Dec 2020 00:49:17 -0500
Subject: [PATCH] Fix "date please" choice gate

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

diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw
index 9385414d4e0..83afff5c798 100644
--- a/src/uncategorized/RETS.tw
+++ b/src/uncategorized/RETS.tw
@@ -1011,7 +1011,7 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p
 	<<set $slaves[$slaveIndices[$subSlave.ID]] = $subSlave>>
 	<</replace>>
 <</link>> //This will cost <<print cashFormat(500)>>//
-<<if $AttendantID != $activeSlave.ID && $AttendantID != $subSlave.ID>>
+<<if $AttendantID != 0 && $AttendantID != $activeSlave.ID && $AttendantID != $subSlave.ID>>
 	<br><<link "Give them a night at the Spa together">>
 
 		<<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
-- 
GitLab