From fe9ab239d5d0a304c826316fb4eeff836295ba7e Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Mon, 26 Mar 2018 21:37:31 -0400
Subject: [PATCH] Small fix

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

diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw
index 2a7163a6251..ca413818613 100644
--- a/src/uncategorized/policies.tw
+++ b/src/uncategorized/policies.tw
@@ -924,7 +924,7 @@
 <</if>>
 
 /* sub FS policies */
-<<if $arcologies[0].FSEgyptianRevivalistIncestPolicy == 0 && $arcologies[0].FSEgyptianRevivalist == "unset">>
+<<if $arcologies[0].FSEgyptianRevivalistIncestPolicy == 0 && $arcologies[0].FSEgyptianRevivalist != "unset">>
 	<br>''Incest Encouragement:'' you will use your personal influence to spur interest in incest.
 	[[Implement|Policies][$arcologies[0].FSEgyptianRevivalistIncestPolicy = 1, $cash -=5000, $rep -= 1000]]
 <</if>>
-- 
GitLab