mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 18:33:44 +01:00
neuroflux doesnt appear in gangs
This commit is contained in:
@ -41,6 +41,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
|
|||||||
if (isPlayersGang) {
|
if (isPlayersGang) {
|
||||||
const augs: string[] = [];
|
const augs: string[] = [];
|
||||||
for (const augName in Augmentations) {
|
for (const augName in Augmentations) {
|
||||||
|
if (augName === AugmentationNames.NeuroFluxGovernor) continue;
|
||||||
const aug = Augmentations[augName];
|
const aug = Augmentations[augName];
|
||||||
if (!aug.isSpecial) {
|
if (!aug.isSpecial) {
|
||||||
augs.push(augName);
|
augs.push(augName);
|
||||||
|
Reference in New Issue
Block a user