diff --git a/src/core/game/PlayerImpl.ts b/src/core/game/PlayerImpl.ts index 2189c9218..fce214059 100644 --- a/src/core/game/PlayerImpl.ts +++ b/src/core/game/PlayerImpl.ts @@ -892,7 +892,7 @@ export class PlayerImpl implements Player { return false; } const unit = existing[0].unit; - if (!this.canUpgradeUnit(unit, skipUnitTypeCheck)) { + if (!this.canUpgradeUnit(unit, true)) { return false; }