From c12cf61a61d31f5cfe6e45a2be52f085c07c7bd7 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Sun, 2 Dec 2018 20:41:37 -0600
Subject: [PATCH] Good2Go

---
 src/uncategorized/recETS.tw | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index b4916705ebc..a58a5ffe065 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1756,8 +1756,14 @@ This call is coming from a public kiosk, which is usually an indication that the
 	<<case "incest twins mixed">>
 		They cheer happily and hug each other tightly. They ought to be an interesting addition to your penthouse.
 	<</switch>>
-	<<run newSlave($relative)>>
-	<<run newSlave($relative2)>>
+	<<switch $RecETSevent>>
+	<<case "incest brother sister" "incest mother son">>
+		<<run newSlave($relative2)>>
+		<<run newSlave($relative)>>
+	<<default>>
+		<<run newSlave($relative)>>
+		<<run newSlave($relative2)>>
+	<</switch>>
 	<<include "newSlaveIncestSex">>
 	<</replace>>
 <</link>>
-- 
GitLab