mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
Updated version to 0.29.1
This commit is contained in:
parent
22a5d3b3cc
commit
1233d487d9
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
@ -2519,7 +2519,7 @@ function powerOfTwo(n) {
|
||||
"use strict";
|
||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CONSTANTS; });
|
||||
let CONSTANTS = {
|
||||
Version: "0.29.0",
|
||||
Version: "0.29.1",
|
||||
|
||||
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
||||
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
||||
|
@ -1,5 +1,5 @@
|
||||
let CONSTANTS = {
|
||||
Version: "0.29.0",
|
||||
Version: "0.29.1",
|
||||
|
||||
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
||||
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
||||
|
Loading…
Reference in New Issue
Block a user