From a670f0a306a368ae58a2fcdd3c10903764739990 Mon Sep 17 00:00:00 2001
From: turnop <17540-turnop@users.noreply.gitgud.io>
Date: Sun, 20 Sep 2020 20:09:39 -0700
Subject: [PATCH] missing >

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

diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw
index 2d73fe81005..81384a1b5dd 100644
--- a/src/uncategorized/nonRandomEvent.tw
+++ b/src/uncategorized/nonRandomEvent.tw
@@ -179,7 +179,7 @@
 	<<set $poorKnight = 1>>
 	<<set $imperialEventweek = _effectiveWeek>>
 	<<goto "SE poorknight">>
-<<elseif (_effectiveWeek >= 40) && ($arcologies[0].prosperity > 80) && ($arcologies[0].FSNeoImperialistLaw2 == 1) && $newBaron != 1 && _effectiveWeek >= $imperialEventWeek+3>
+<<elseif (_effectiveWeek >= 40) && ($arcologies[0].prosperity > 80) && ($arcologies[0].FSNeoImperialistLaw2 == 1) && $newBaron != 1 && _effectiveWeek >= $imperialEventWeek+3>>
 	<<set $newBaron = 1>>
 	<<set $imperialEventweek = _effectiveWeek>>
 	<<goto "SE newBaron">>
-- 
GitLab