Skip to content
Snippets Groups Projects
Commit c86e3785 authored by kopareigns's avatar kopareigns
Browse files

Attempted fix at negative riotUpkeep

parent 9279ca80
No related branches found
No related tags found
2 merge requests!2047RA rework,!1704SecExp Spellcheck and Bugfixes
...@@ -150,17 +150,17 @@ The riot control center opens its guarded doors to you. The great chamber inside ...@@ -150,17 +150,17 @@ The riot control center opens its guarded doors to you. The great chamber inside
<<set $riotUpkeep += 5000>> <<set $riotUpkeep += 5000>>
<<goto "riotControlCenter">> <<goto "riotControlCenter">>
<</link>> <</link>>
<br>//Will take weeks of work and will cost 10000 each, but once finished rebellions will progress a lot slower.// <br>//Will take weeks of work and will cost 5000 each week, but once finished rebellions will progress a lot slower.//
<<elseif $brainImplantProject < 5>> <<elseif $brainImplantProject < 5>>
<<link "Invest more resources in the brain implant project">> <<link "Invest more resources in the brain implant project">>
<<set $brainImplantProject += 1>> <<set $brainImplantProject += 1>>
<<set $cash -= 50000 * $upgradeMultiplierArcology * $brainImplantProject*$HackingSkillMultiplier>> <<set $cash -= 50000 * $upgradeMultiplierArcology * $brainImplantProject*$HackingSkillMultiplier>>
<<set $PC.hacking += 1>> <<set $PC.hacking += 1>>
<<set $riotUpkeep += $upgradeUpkeep * 100>> <<set $riotUpkeep += 5000>>
<<goto "riotControlCenter">> <<goto "riotControlCenter">>
<</link>> <</link>>
<br>Invest more resources into the project to increase its speed. <br>Invest more resources into the project to increase its speed.
<br>//Costs <<print cashFormat(Math.trunc(50000 * $upgradeMultiplierArcology * $brainImplantProject*$HackingSkillMultiplier))>>. Will shorten the time required to complete the project.// <br>//One-time cost of <<print cashFormat(Math.trunc(50000 * $upgradeMultiplierArcology * $brainImplantProject*$HackingSkillMultiplier))>> with an additional 5000 each week in maintenance. Will shorten the time required to complete the project.//
<<else>> <<else>>
You sped up the project to its maximum. You sped up the project to its maximum.
<</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