mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
Clear Stanek before applying entropy on prestige (#907)
This commit is contained in:
parent
2df04bc567
commit
14b4722210
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user