mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-24 15:12:27 +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.reapplyAllSourceFiles();
|
||||||
Player.hp.current = Player.hp.max;
|
Player.hp.current = Player.hp.max;
|
||||||
|
|
||||||
|
staneksGift.prestigeAugmentation();
|
||||||
|
|
||||||
// Apply entropy from grafting
|
// Apply entropy from grafting
|
||||||
Player.applyEntropy(Player.entropy);
|
Player.applyEntropy(Player.entropy);
|
||||||
|
|
||||||
@ -160,7 +162,6 @@ export function prestigeAugmentation(): void {
|
|||||||
Factions[FactionName.ChurchOfTheMachineGod].isBanned = true;
|
Factions[FactionName.ChurchOfTheMachineGod].isBanned = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
staneksGift.prestigeAugmentation();
|
|
||||||
|
|
||||||
// Hear rumors after all invites/bans
|
// Hear rumors after all invites/bans
|
||||||
for (const factionName of maintainRumors) Player.receiveRumor(factionName);
|
for (const factionName of maintainRumors) Player.receiveRumor(factionName);
|
||||||
|
Loading…
Reference in New Issue
Block a user