diff --git a/src/Prestige.ts b/src/Prestige.ts index 9afb20595..fa5cff3ea 100755 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -98,6 +98,8 @@ export function prestigeAugmentation(): void { Player.reapplyAllSourceFiles(); Player.hp.current = Player.hp.max; + staneksGift.prestigeAugmentation(); + // Apply entropy from grafting Player.applyEntropy(Player.entropy); @@ -160,7 +162,6 @@ export function prestigeAugmentation(): void { Factions[FactionName.ChurchOfTheMachineGod].isBanned = true; } } - staneksGift.prestigeAugmentation(); // Hear rumors after all invites/bans for (const factionName of maintainRumors) Player.receiveRumor(factionName);