Merge pull request #2938 from reacocard/fix-sleeve-augs

Don't check only gangs for sleeve augs
This commit is contained in:
hydroflame 2022-03-01 11:19:06 -05:00 committed by GitHub
commit 76f965911d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,8 +52,6 @@ export function findSleevePurchasableAugs(sleeve: Sleeve, p: IPlayer): Augmentat
availableAugs.push(aug);
}
}
return availableAugs;
}
for (const facName of p.factions) {