Update BitNode.js

This commit is contained in:
Olivier Gagnon 2018-08-01 17:10:19 -04:00 committed by GitHub
parent 68f3423ef5
commit fcabaf1365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -357,7 +357,7 @@ function initBitNodeMultipliers() {
sf12Lvl = Player.sourceFiles[i].lvl;
}
}
var inc = Math.pow(1.025, sf12Lvl);
var inc = Math.pow(1.02, sf12Lvl);
var dec = 1/inc;
BitNodeMultipliers.HackingLevelMultiplier = dec;