mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
fix final bugs
This commit is contained in:
parent
99afb156fa
commit
9af9bf58b6
@ -219,7 +219,7 @@ export class Bladeburner implements IBladeburner {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
postToConsole(input: string, saveToLogs?: boolean): void {
|
postToConsole(input: string, saveToLogs: boolean = true): void {
|
||||||
const MaxConsoleEntries = 100;
|
const MaxConsoleEntries = 100;
|
||||||
if (saveToLogs) {
|
if (saveToLogs) {
|
||||||
this.consoleLogs.push(input);
|
this.consoleLogs.push(input);
|
||||||
@ -969,7 +969,6 @@ export class Bladeburner implements IBladeburner {
|
|||||||
effDex: 1,
|
effDex: 1,
|
||||||
effAgi: 1,
|
effAgi: 1,
|
||||||
effCha: 1,
|
effCha: 1,
|
||||||
effInt: 1,
|
|
||||||
stamina: 1,
|
stamina: 1,
|
||||||
money: 1,
|
money: 1,
|
||||||
expGain: 1,
|
expGain: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user