Skip to content
Snippets Groups Projects
Commit 558f9ed0 authored by x's avatar x
Browse files

Fixes III

parent eaf14718
No related branches found
No related tags found
2 merge requests!2097Fixes I,!2047RA rework
...@@ -197,7 +197,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the ...@@ -197,7 +197,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the
<<goto "propagandaHub">> <<goto "propagandaHub">>
<</link>> <</link>>
<br>Establish a presence on the black market in order to manipulate it. <br>Establish a presence on the black market in order to manipulate it.
<br>//Costs <<print cashFormat(10000 * $upgradeMultiplierArcology * _HistoryDiscount)>>. The secret services now provides cash as well as authority each week, but will increase crime growth.// <br>//Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierArcology * _HistoryDiscount))>>. The secret services now provides cash as well as authority each week, but will increase crime growth.//
<<else>> <<else>>
You have infiltrated the black market and are now in partial control of it. [[Withdraw from the black market|propagandaHub][$marketInfiltration = 0, $propHubUpkeep -= $upgradeUpkeep]] You have infiltrated the black market and are now in partial control of it. [[Withdraw from the black market|propagandaHub][$marketInfiltration = 0, $propHubUpkeep -= $upgradeUpkeep]]
<</if>> <</if>>
......
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