From a3cbc3fca9970647d3cc8f238f309b9f78f678ff Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Mon, 21 Sep 2020 10:54:50 -0700 Subject: [PATCH] Update authorityReport.tw --- src/Mods/SecExp/authorityReport.tw | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Mods/SecExp/authorityReport.tw b/src/Mods/SecExp/authorityReport.tw index 91b3050bb5e..cac26f84354 100644 --- a/src/Mods/SecExp/authorityReport.tw +++ b/src/Mods/SecExp/authorityReport.tw @@ -123,15 +123,12 @@ Your authority is <<if $arcologies[0].FSRestart >= 90 && $arcologies[0].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>> -<</if>> <<elseif $arcologies[0].FSRestart >= 50> && $arcologies[0].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