mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-25 07:32:27 +01:00
Reapply entropy properly in stanek
This commit is contained in:
parent
f86eae5276
commit
18120362cd
@ -136,8 +136,9 @@ export class StaneksGift implements IStaneksGift {
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateMults(p: IPlayer): void {
|
updateMults(p: IPlayer): void {
|
||||||
p.reapplyAllAugmentations(true);
|
// applyEntropy also reapplies all augmentations and source files
|
||||||
p.reapplyAllSourceFiles();
|
// This wraps up the reset nicely
|
||||||
|
p.applyEntropy(p.entropy);
|
||||||
|
|
||||||
for (const aFrag of this.fragments) {
|
for (const aFrag of this.fragments) {
|
||||||
const fragment = aFrag.fragment();
|
const fragment = aFrag.fragment();
|
||||||
|
Loading…
Reference in New Issue
Block a user