mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Removed redundant check for whether the player is in CotMG
This commit is contained in:
@@ -122,10 +122,7 @@ export function NetscriptStanek(
|
|||||||
player.queuedAugmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length == 0
|
player.queuedAugmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length == 0
|
||||||
) {
|
) {
|
||||||
//Attempt to join CotMG
|
//Attempt to join CotMG
|
||||||
const faction = Factions[FactionNames.ChurchOfTheMachineGod];
|
joinFaction(Factions[FactionNames.ChurchOfTheMachineGod]);
|
||||||
if (!faction.isMember) {
|
|
||||||
joinFaction(faction);
|
|
||||||
}
|
|
||||||
//Attempt to install the first Stanek aug
|
//Attempt to install the first Stanek aug
|
||||||
if (
|
if (
|
||||||
!player.hasAugmentation(AugmentationNames.StaneksGift1) &&
|
!player.hasAugmentation(AugmentationNames.StaneksGift1) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user