From 558f9ed0b2f6553561b0a7c6893669f5849bdb21 Mon Sep 17 00:00:00 2001 From: x <okp57855@psoxs.com> Date: Fri, 1 Jun 2018 00:54:48 +1200 Subject: [PATCH] Fixes III --- src/SecExp/propagandaHub.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SecExp/propagandaHub.tw b/src/SecExp/propagandaHub.tw index 9ce4f20b4e1..be3a661a999 100644 --- a/src/SecExp/propagandaHub.tw +++ b/src/SecExp/propagandaHub.tw @@ -197,7 +197,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the <<goto "propagandaHub">> <</link>> <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>> 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>> -- GitLab