Skip to content
Snippets Groups Projects
Commit ce65da5c authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

spacing

See merge request pregmodfan/fc-pregmod!2224
parents cbbbc81a b60eea30
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ ...@@ -362,7 +362,7 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
<</if>> <</if>>
<</for>> <</for>>
<<if _refugees > 0>> <<if _refugees > 0>>
<br>Some desperate people filtered into the arcology during the Some desperate people filtered into the arcology during the
<<if $propCampaign >= 1 && $propFocus == "enslavement">> <<if $propCampaign >= 1 && $propFocus == "enslavement">>
week, many attracted by your advertisement campaigns. week, many attracted by your advertisement campaigns.
<<if $RecuriterOffice == 0 || $Recruiter == 0>> <<if $RecuriterOffice == 0 || $Recruiter == 0>>
...@@ -386,7 +386,7 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ ...@@ -386,7 +386,7 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
<<set $helots += _refugees>> <<set $helots += _refugees>>
<</if>> <</if>>
<<set _AWeekGrowth = $AGrowth>><br> <<set _AWeekGrowth = $AGrowth>>
<<if _AWeekGrowth+$arcologies[0].prosperity > $AProsperityCap>> <<if _AWeekGrowth+$arcologies[0].prosperity > $AProsperityCap>>
@@.yellow;$arcologies[0].name is at its maximum prosperity, so rents will not increase until it is improved.@@ @@.yellow;$arcologies[0].name is at its maximum prosperity, so rents will not increase until it is improved.@@
<<elseif (2*_AWeekGrowth)+$arcologies[0].prosperity >= $AProsperityCap>> <<elseif (2*_AWeekGrowth)+$arcologies[0].prosperity >= $AProsperityCap>>
......
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