diff --git a/src/Mods/SecExp/authorityReport.tw b/src/Mods/SecExp/authorityReport.tw index 051b3a27ac09c6b3737d0abf6dafaf16250962dd..81d8ba8f73e69f6f3c0d0bbf1222ebd688cd4c3c 100644 --- a/src/Mods/SecExp/authorityReport.tw +++ b/src/Mods/SecExp/authorityReport.tw @@ -120,10 +120,10 @@ Your authority is <<set _authGrowth += $arcologies[0].FSChattelReligionist>> <</if>> -<<if $arcologies[0].FSRestart >= 90 && $FSNeoImperialistLaw2 == 1>> +<<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>> -<<elseif $arcologies[0].FSRestart >= 50> && FSNeoImperialistLaw2 == 1> +<<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>>