diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw index 9cf686f4983a243653d6f896e3a1eef9621e750e..1bb592667f629150ef321d742f3d69e5b52dfb0a 100644 --- a/src/uncategorized/fsDevelopments.tw +++ b/src/uncategorized/fsDevelopments.tw @@ -6,23 +6,22 @@ <<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 ($FSGotRepCredits == 1)>> <<if ($rep > 7000)>> @@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@ <<set $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 2)>> + <<if ($FSGotRepCredits == 2)>> <<if ($rep > 11000)>> @@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@ <<set $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 3)>> + <<if ($FSGotRepCredits == 3)>> <<if ($rep > 15000)>> @@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fourth and final societal direction.@@ <<set $FSGotRepCredits += 1>> @@ -30,28 +29,28 @@ <</if>> <</if>> <<elseif $FSCreditCount == 5>> - <<if ($FSGotRepCredits <= 1)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 2)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 3)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 4)>> + <<if ($FSGotRepCredits == 4)>> <<if ($rep > 15000)>> @@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fifth and final societal direction.@@ <<set $FSGotRepCredits += 1>> @@ -59,35 +58,35 @@ <</if>> <</if>> <<elseif $FSCreditCount == 6>> - <<if ($FSGotRepCredits <= 1)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 2)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 3)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 4)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 5)>> + <<if ($FSGotRepCredits == 5)>> <<if ($rep > 18000)>> @@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a sixth and final societal direction.@@ <<set $FSGotRepCredits += 1>> @@ -95,42 +94,42 @@ <</if>> <</if>> <<elseif $FSCreditCount == 7>> - <<if ($FSGotRepCredits <= 1)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 2)>> + <<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 $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 3)>> + <<if ($FSGotRepCredits == 3)>> <<if ($rep > 12000)>> @@.yellow;Your reputation is so remarkable that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@ <<set $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 4)>> + <<if ($FSGotRepCredits == 4)>> <<if ($rep > 15000)>> @@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@ <<set $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 5)>> + <<if ($FSGotRepCredits == 5)>> <<if ($rep > 17000)>> @@.yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a sixth societal direction.@@ <<set $FSGotRepCredits += 1>> <<set $FSCredits += 1>> <</if>> <</if>> - <<if ($FSGotRepCredits <= 6)>> + <<if ($FSGotRepCredits == 6)>> <<if ($rep > 19000)>> @@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a seventh and final societal direction.@@ <<set $FSGotRepCredits += 1>> @@ -138,7 +137,6 @@ <</if>> <</if>> <</if>> -<</if>> /* Count adopted FS */ <<set _societies = 0>>