few changes

This commit is contained in:
Olivier Gagnon
2021-10-26 21:22:40 -04:00
parent c69888f66d
commit 326e827368
6 changed files with 75 additions and 26 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ export class PlayerObject implements IPlayer {
getUpgradeHomeRamCost: () => number;
getUpgradeHomeCoresCost: () => number;
gotoLocation: (to: LocationName) => boolean;
hasAugmentation: (aug: string | Augmentation) => boolean;
hasAugmentation: (aug: string | Augmentation, installed?: boolean) => boolean;
hasCorporation: () => boolean;
hasGangWith: (facName: string) => boolean;
hasTorRouter: () => boolean;