diff --git a/src/core/game/PlayerImpl.ts b/src/core/game/PlayerImpl.ts index c9b86e374..2506afb87 100644 --- a/src/core/game/PlayerImpl.ts +++ b/src/core/game/PlayerImpl.ts @@ -828,6 +828,7 @@ export class PlayerImpl implements Player { const cost = this.mg.unitInfo(unit.type()).cost(this); this.removeGold(cost); unit.increaseLevel(); + this.recordUnitConstructed(unit.type()); } public buildableUnits(tile: TileRef): BuildableUnit[] {