mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
STANEK: Re-apply stanek boosts when applying entropy (#816)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/** Augmentation-related methods for the Player class (PlayerObject) */
|
||||
import { calculateEntropy } from "../Grafting/EntropyAccumulation";
|
||||
import { staneksGift } from "../../CotMG/Helper";
|
||||
|
||||
import type { PlayerObject } from "./PlayerObject";
|
||||
|
||||
@@ -9,4 +10,5 @@ export function applyEntropy(this: PlayerObject, stacks = 1): void {
|
||||
this.reapplyAllSourceFiles();
|
||||
|
||||
this.mults = calculateEntropy(stacks);
|
||||
staneksGift.updateMults();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user