Fix trooper training

This commit is contained in:
2020-05-09 21:06:08 +03:00
parent e4241346ff
commit 18f43c3931
4 changed files with 14 additions and 5 deletions

View File

@ -91,6 +91,7 @@ export class BuildingPageController {
sheetId: this.attributes.sheetId,
troopId,
trainCount,
troopResources: resources,
resources: resources.scale(trainCount),
};
this.scheduler.scheduleTask(TrainTroopTask.name, args);