change location of home cores cost formula

This commit is contained in:
Olivier Gagnon
2021-10-13 15:48:34 -04:00
parent e2c8fed307
commit b7823f46e4
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -191,6 +191,7 @@ export interface IPlayer {
getHomeComputer(): Server;
getNextCompanyPosition(company: Company, entryPosType: CompanyPosition): CompanyPosition | null;
getUpgradeHomeRamCost(): number;
getUpgradeHomeCoresCost(): number;
gotoLocation(to: LocationName): boolean;
hasAugmentation(aug: string | Augmentation): boolean;
hasCorporation(): boolean;