Fixed several typos. TechVendor location UI will now properly update when you purchase TOR router. 'Manage Gang' faction option should show up properly

This commit is contained in:
danielyxie
2019-04-15 02:49:49 -07:00
parent 369ea8d381
commit b6ff73391d
10 changed files with 516 additions and 8 deletions
+1
View File
@@ -894,6 +894,7 @@ export function findSleevePurchasableAugs(sleeve: Sleeve, p: IPlayer): Augmentat
for (const facName of p.factions) {
if (facName === "Bladeburners") { continue; }
if (facName === "Netburners") { continue; }
const fac: Faction | null = Factions[facName];
if (fac == null) { continue; }