sneak in corp API.

This commit is contained in:
Olivier Gagnon
2021-09-10 02:17:55 -04:00
parent e906a6331f
commit e5dcb424a2
13 changed files with 388 additions and 157 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ let symbols: string[] = [];
}
symbols = populate(ns);
const exclude = ["heart", "break", "exploit", "bypass"];
const exclude = ["heart", "break", "exploit", "bypass", "corporation"];
symbols = symbols.filter((symbol: string) => !exclude.includes(symbol));
})();