mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
BUGFIX: Stat levels are not recalculated after grafting augs or accepting Stanek's Gift (#2322)
This commit is contained in:
@@ -48,6 +48,9 @@ export function applyAugmentation(aug: PlayerOwnedAugmentation, reapply = false)
|
||||
Player.applyEntropy(Player.entropy);
|
||||
}
|
||||
|
||||
// Recalculate skill levels after applying multipliers.
|
||||
Player.updateSkillLevels();
|
||||
|
||||
// Special logic for NeuroFlux Governor
|
||||
const ownedNfg = Player.augmentations.find((pAug) => pAug.name === AugmentationName.NeuroFluxGovernor);
|
||||
if (aug.name === AugmentationName.NeuroFluxGovernor && !reapply && ownedNfg) {
|
||||
|
||||
Reference in New Issue
Block a user