From c4c2bf5c0aa7b589a55aa9538d1512fa359fd57e Mon Sep 17 00:00:00 2001
From: unknown <samhradh@protonmail.ch>
Date: Mon, 19 Mar 2018 15:35:41 +0200
Subject: [PATCH] Missing '>'

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

diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
index 14882cf00fc..376cb3ac111 100644
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ b/src/uncategorized/neighborsFSAdoption.tw
@@ -403,7 +403,7 @@ societal development.
 <<if ($arcologies[$i].FSIncestFetishist == "unset")>>
 	<<if $familyTesting == 1>>
 		<<set _lover = $slaves.find(function(s) { return s.ID == $leaders[$j].relationshipTaget && areRelated(s, $leaders[$j]) && s.assignment == "live with your agent"; })>>
-	<<else>
+	<<else>>
 		<<set _lover = $slaves.find(function(s) { return s.ID == $leaders[$j].relationshipTaget && s.ID == $leaders[$j].relationTaget && s.assignment == "live with your agent"; })>>
 	<</if>>
 	<<if ($leaders[$j].behavioralQuirk == "sinful" || $leaders[$j].sexualQuirk == "perverted") && def _lover>>
-- 
GitLab