From 27eb3de763632059f47a168aedda7c87e9add657 Mon Sep 17 00:00:00 2001
From: turnop <17540-turnop@users.noreply.gitgud.io>
Date: Mon, 21 Sep 2020 09:48:53 -0700
Subject: [PATCH] adds imperial variant to eugenic

---
 src/Mods/SecExp/authorityReport.tw | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/Mods/SecExp/authorityReport.tw b/src/Mods/SecExp/authorityReport.tw
index 5c1ebf747b5..051b3a27ac0 100644
--- a/src/Mods/SecExp/authorityReport.tw
+++ b/src/Mods/SecExp/authorityReport.tw
@@ -120,9 +120,17 @@ Your authority is
 	<<set _authGrowth += $arcologies[0].FSChattelReligionist>>
 <</if>>
 
-<<if $arcologies[0].FSRestart >= 90>>
+<<if $arcologies[0].FSRestart >= 90 && $FSNeoImperialistLaw2 == 1>>
+	The arcology's society is extremely stratified. The reliance on the Barons by the lower classes greatly increases your reputation.
+	<<set _authGrowth += $arcologies[0].FSRestart>>
+<<elseif $arcologies[0].FSRestart >= 50> && FSNeoImperialistLaw2 == 1>
+	The arcology's society is very stratified. The reliance on the Barons by the lower classes increases your reputation.
+	<<set _authGrowth += $arcologies[0].FSRestart>>
+<</if>>
+<<elseif $arcologies[0].FSRestart >= 90>>
 	The arcology's society is extremely stratified. The reliance on the Societal Elite by the lower classes greatly increases your reputation.
 	<<set _authGrowth += $arcologies[0].FSRestart>>
+<</if>>
 <<elseif $arcologies[0].FSRestart >= 50>>
 	The arcology's society is very stratified. The reliance on the Societal Elite by the lower classes increases your reputation.
 	<<set _authGrowth += $arcologies[0].FSRestart>>
-- 
GitLab