added unfocus aug

This commit is contained in:
Olivier Gagnon
2021-09-26 21:11:49 -04:00
parent 14e6dd0158
commit 1fc2e6fd2a
6 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ export class PlayerObject implements IPlayer {
getNextCompanyPosition: (company: Company, entryPosType: CompanyPosition) => CompanyPosition | null;
getUpgradeHomeRamCost: () => number;
gotoLocation: (to: LocationName) => boolean;
hasAugmentation: (aug: Augmentation) => boolean;
hasAugmentation: (aug: string | Augmentation) => boolean;
hasCorporation: () => boolean;
hasGangWith: (facName: string) => boolean;
hasTorRouter: () => boolean;