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

View File

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