Skip to content
Snippets Groups Projects
Commit 2e6b53e3 authored by Sotisi's avatar Sotisi
Browse files

fixed minor prior inconsistency

parent 1f9b675b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<<if $FSCredits > 0>>
@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
<</if>>
<<if $FSAnnounced == 1>>
<<if $FSCreditCount == 4>>
<<if ($FSGotRepCredits <= 1)>>
<<if ($rep > 7000)>>
......@@ -62,28 +62,28 @@
<<if ($FSGotRepCredits <= 1)>>
<<if ($rep > 6000)>>
@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
<<set $FSGotRepCreditOne = 1>>
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits <= 2)>>
<<if ($rep > 9000)>>
@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
<<set $FSGotRepCreditTwo = 1>>
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits <= 3)>>
<<if ($rep > 12000)>>
@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
<<set $FSGotRepCreditThree = 1>>
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
<<if ($FSGotRepCredits <= 4)>>
<<if ($rep > 15000)>>
@@.yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
<<set $FSGotRepCreditFour = 1>>
<<set $FSGotRepCredits += 1>>
<<set $FSCredits += 1>>
<</if>>
<</if>>
......@@ -138,6 +138,7 @@
<</if>>
<</if>>
<</if>>
<</if>>
/* Count adopted FS */
<<set _societies = 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment