diff --git a/src/core/game/PlayerImpl.ts b/src/core/game/PlayerImpl.ts index fe88cb1a3..5dd3ce41b 100644 --- a/src/core/game/PlayerImpl.ts +++ b/src/core/game/PlayerImpl.ts @@ -926,7 +926,7 @@ export class PlayerImpl implements Player { inSpawnPhase || tile === null ? false : this.canBuild(u, tile, validTiles), - canUpgrade, + canUpgrade: canUpgrade, cost: this.mg.config().unitInfo(u).cost(this), } as BuildableUnit); }