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

Fixed price mismatch

parent 465e983f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
01/16/2019 01/16/2019
9 9
-fixed and cleaning -fixes and cleaning
01/13/2019 01/13/2019
......
...@@ -160,7 +160,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the ...@@ -160,7 +160,7 @@ The propaganda hub is a surprisingly inconspicuous building, dimly lit from the
<<if $secretService < 5 && $rep >= ($secretService * 1000) + 5000>> <<if $secretService < 5 && $rep >= ($secretService * 1000) + 5000>>
<<link "Expand the secret service" "propagandaHub">> <<link "Expand the secret service" "propagandaHub">>
<<set $secretService += 1>> <<set $secretService += 1>>
<<set $cash -= 5000*$upgradeMultiplierArcology * ($secretService + 1)>> <<set $cash -= 5000*$upgradeMultiplierArcology * ($secretService + 1) * _HistoryDiscount>>
<<set $propHubUpkeep += $upgradeUpkeep>> <<set $propHubUpkeep += $upgradeUpkeep>>
<</link>> <</link>>
<br>Invest more resources into the project to increase its effectiveness. <br>Invest more resources into the project to increase its effectiveness.
......
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