mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
VARIOUS: Various changes prior to release 2.2 (#271)
See PR #271 description
This commit is contained in:
@@ -67,7 +67,7 @@ export function Corporation(): React.ReactElement {
|
||||
function addCorporationResearch(): void {
|
||||
if (!Player.corporation) return;
|
||||
Player.corporation.divisions.forEach((div) => {
|
||||
div.sciResearch.qty += 1e10;
|
||||
div.sciResearch += 1e10;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ export function SaveFile(): React.ReactElement {
|
||||
|
||||
function doRestore(): void {
|
||||
const save = JSON.parse(saveFile);
|
||||
// TODO: Continue here.
|
||||
// TODO unplanned: "Continue here". Unknown what this todo is for.
|
||||
console.error(save);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user