mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
Merge pull request #3673 from nickofolas/fix/stanek-entropy
STANEK: Properly reapply entropy in Stanek's Gift
This commit is contained in:
commit
6aac4de458
@ -136,8 +136,9 @@ export class StaneksGift implements IStaneksGift {
|
||||
}
|
||||
|
||||
updateMults(p: IPlayer): void {
|
||||
p.reapplyAllAugmentations(true);
|
||||
p.reapplyAllSourceFiles();
|
||||
// applyEntropy also reapplies all augmentations and source files
|
||||
// This wraps up the reset nicely
|
||||
p.applyEntropy(p.entropy);
|
||||
|
||||
for (const aFrag of this.fragments) {
|
||||
const fragment = aFrag.fragment();
|
||||
|
Loading…
Reference in New Issue
Block a user