More hasAugmentation fixes

This commit is contained in:
Mughur
2022-09-14 21:02:12 +03:00
parent 75c738cdb0
commit 4c5adc8dfb
4 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export function NetscriptStanek(): InternalAPI<IStanek> {
//Return true iff the player is in CotMG and has the first Stanek aug installed
return (
Factions[FactionNames.ChurchOfTheMachineGod].isMember &&
player.hasAugmentation(AugmentationNames.StaneksGift1)
player.hasAugmentation(AugmentationNames.StaneksGift1, true)
);
},
};