Make Infiltrate synthoids a little more clear

By adding a short description
This commit is contained in:
rderfler
2022-04-25 15:48:02 -04:00
parent d345188cce
commit 46c6884c89
3 changed files with 7 additions and 6 deletions
@@ -2,9 +2,7 @@ import { Factions } from "../../Faction/Factions";
import { Faction } from "../../Faction/Faction";
import { Gang } from "../../Gang/Gang";
import { IPlayer } from "../IPlayer";
import { GangConstants } from "../../Gang/data/Constants"
import { GangConstants } from "../../Gang/data/Constants";
export function canAccessGang(this: IPlayer): boolean {
if (this.bitNodeN === 2) {