Skip to content
Snippets Groups Projects
Commit 199c27cc authored by Blank_Alt's avatar Blank_Alt
Browse files

Fix

parent b23111cf
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ The riot control center opens its guarded doors to you. The great chamber inside ...@@ -78,7 +78,7 @@ The riot control center opens its guarded doors to you. The great chamber inside
<<set _cost = Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1))>> <<set _cost = Math.trunc(5000 * $upgradeMultiplierArcology * ($riotUpgrades.rapidUnitSpeed + 1))>>
<br><<link "Enhance the internal informants network" "riotControlCenter">> <br><<link "Enhance the internal informants network" "riotControlCenter">>
<<set $riotUpgrades.rapidUnitSpeed += 1>> <<set $riotUpgrades.rapidUnitSpeed += 1>>
<<run cashX(forceNeg(_cost)), "capEx")>> <<run cashX(forceNeg(_cost), "capEx")>>
<</link>> <</link>>
<br>Invest more resources into the effectiveness of the informants network. <br>Invest more resources into the effectiveness of the informants network.
<br>//Costs <<print cashFormat(_cost)>>. Will reduce cooldown of the rapid deployment riot unit.// <br>//Costs <<print cashFormat(_cost)>>. Will reduce cooldown of the rapid deployment riot unit.//
......
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