Clear Stanek before applying entropy on prestige (#907)

This commit is contained in:
TheAimMan 2023-11-03 21:12:08 -04:00 committed by GitHub
parent 2df04bc567
commit 14b4722210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);