Skip to content
Snippets Groups Projects
Commit cb665656 authored by brickode's avatar brickode
Browse files

Minor text change

parent 29f1c6e6
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
<<set _error = 10>> <<set _error = 10>>
<</if>> <</if>>
<<set _error -= 2*$assistantPower>> <<set _error -= 2*$assistantPower>>
has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>m,@@ <<set _prosperity = (Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>
has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $showNumbers != 2>><<if ($showNumbers == 1) && (_prosperity > $showNumbersMax)>>m<<else>> million<</if>><<else>>m<</if>>,@@
<<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>> <<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>>
but it is undergoing some internal turmoil. @@.red;Resentment that has been quietly building among the arcology's elite turns into open rebellion!@@ but it is undergoing some internal turmoil. @@.red;Resentment that has been quietly building among the arcology's elite turns into open rebellion!@@
......
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