Skip to content

Commit

Permalink
Merge pull request particle-clicker#92 from lhchavez/master
Browse files Browse the repository at this point in the history
Fix 'CP Violation' and 'B factories' upgrades
  • Loading branch information
ibab committed Mar 23, 2015
2 parents b0dc1b9 + fb751fa commit a09362f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions json/upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
"cost": 7500,
"targets": [{ "key": "research-cpv", "property": "reputation" }],
"requirements": [{ "key": "research-cpv", "property": "level", "threshold": 5 }],
"constant": 2
"factor": 2
},
{
"key": "upgrade-inspire",
Expand Down Expand Up @@ -744,6 +744,7 @@
"requirements": [
{ "key": "research-cpv", "property": "level", "threshold": 15 },
{ "key": "upgrade-lhc", "property": "used", "threshold": 1 }
]
],
"constant": 1e6
}
]

0 comments on commit a09362f

Please sign in to comment.