From b70c1ad8506d62465684553e56d37a73a5991c2b Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Fri, 8 Feb 2019 20:44:41 -0500
Subject: [PATCH] nextLink

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

diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw
index d8e0b47dfcf..98afff45998 100644
--- a/src/uncategorized/policies.tw
+++ b/src/uncategorized/policies.tw
@@ -5,6 +5,8 @@
 	<<set $nextLink = "Gameover", $gameover = "Idiot Ball 2 The Dumbassening">>
 <<elseif $arcologies[0].FSSubjugationistLawME == 1 && $PC.race == $arcologies[0].FSSubjugationistRace>>
 	<<set $nextLink = "Gameover", $gameover = "Idiot Ball 3 Totally Not Idiot Ball 2 Again">>
+<<else>>
+	<<set $nextLink = "Main">>
 <</if>>
 <<set $showEncyclopedia = 1>><<set $encyclopedia = "Future Societies">>
 <<if $rep < 0>><<set $rep = 0>><</if>>
-- 
GitLab