mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-18 13:42:08 +02:00
Wrap up v2.1.0
This commit is contained in:
@@ -86,11 +86,8 @@ export function findSleevePurchasableAugs(sleeve: Sleeve, p: IPlayer): Augmentat
|
||||
}
|
||||
|
||||
// Add the stanek sleeve aug
|
||||
if (
|
||||
!ownedAugNames.includes(AugmentationNames.UnnamedAug1) &&
|
||||
p.factions.includes(FactionNames.ChurchOfTheMachineGod)
|
||||
) {
|
||||
const aug = StaticAugmentations[AugmentationNames.UnnamedAug1];
|
||||
if (!ownedAugNames.includes(AugmentationNames.ZOE) && p.factions.includes(FactionNames.ChurchOfTheMachineGod)) {
|
||||
const aug = StaticAugmentations[AugmentationNames.ZOE];
|
||||
availableAugs.push(aug);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user