Skip to content
Snippets Groups Projects
Commit d1f394b5 authored by Blank_Alt's avatar Blank_Alt Committed by Pregmodder
Browse files

Sf sec exp hot fix - II

parent 42625ecb
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ You quickly reach the transport hub, where a constant stream of vehicles, people ...@@ -109,7 +109,7 @@ You quickly reach the transport hub, where a constant stream of vehicles, people
<<run cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx")>> <<run cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx")>>
<<set $railway++>> <<set $railway++>>
<<goto "transportHub">> <<goto "transportHub">>
<</link>> //Will cost <<print cashFormat(Math.trunc*10000*$upgradeMultiplierArcology))>>, will increase trade and slightly lower arcology's upkeep, but will affect security// <</link>> //Will cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>, will increase trade and slightly lower arcology's upkeep, but will affect security//
<<elseif $railway == 2>> <<elseif $railway == 2>>
<<link "Enlarge the railway">> <<link "Enlarge the railway">>
<<run cashX(forceNeg(Math.trunc(25000*$upgradeMultiplierArcology)), "capEx")>> <<run cashX(forceNeg(Math.trunc(25000*$upgradeMultiplierArcology)), "capEx")>>
......
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