mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Don't check only gangs for sleeve augs
It is possible for a player to qualify for an aug through a faction and not the gang, e.g. when the gang is newly formed and still getting up to speed. So, we need to consider both gang qualifications and faction qualifications when constructing the sleeve augmentation list.
This commit is contained in:
parent
9ddb1c4379
commit
5fbe4b0f26
@ -52,8 +52,6 @@ export function findSleevePurchasableAugs(sleeve: Sleeve, p: IPlayer): Augmentat
|
|||||||
availableAugs.push(aug);
|
availableAugs.push(aug);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return availableAugs;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const facName of p.factions) {
|
for (const facName of p.factions) {
|
||||||
|
Loading…
Reference in New Issue
Block a user