mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
fix exp not loading, kinda
This commit is contained in:
@@ -32,8 +32,5 @@ export function applyEntropy(this: IPlayer, stacks = 1): void {
|
||||
this.reapplyAllAugmentations();
|
||||
this.reapplyAllSourceFiles();
|
||||
|
||||
const newMultipliers = calculateEntropy(this, stacks);
|
||||
for (const [mult, val] of Object.entries(newMultipliers)) {
|
||||
this.setMult(mult, val);
|
||||
}
|
||||
this.mults = calculateEntropy(this, stacks);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user