From 18120362cd0381470445412cefb80eb9bad98cab Mon Sep 17 00:00:00 2001 From: nickofolas Date: Wed, 18 May 2022 17:32:37 -0500 Subject: [PATCH] Reapply entropy properly in stanek --- src/CotMG/StaneksGift.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CotMG/StaneksGift.ts b/src/CotMG/StaneksGift.ts index 04cde2e74..8fc4312af 100644 --- a/src/CotMG/StaneksGift.ts +++ b/src/CotMG/StaneksGift.ts @@ -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();