CORP: Robotics industry NaN fix + better exports validation (#578)

This commit is contained in:
Snarling
2023-06-06 23:50:23 -04:00
committed by GitHub
parent 4c4c4a0335
commit cbff2a420b
10 changed files with 107 additions and 58 deletions

View File

@@ -7093,7 +7093,6 @@ export interface WarehouseAPI {
* @param targetDivision - Target division
* @param targetCity - Target city
* @param materialName - Name of the material
* @param amt - Amount of material to export.
*/
cancelExportMaterial(
sourceDivision: string,
@@ -7101,7 +7100,6 @@ export interface WarehouseAPI {
targetDivision: string,
targetCity: CityName | `${CityName}`,
materialName: string,
amt: number,
): void;
/**
* Purchase warehouse for a new city