This commit is contained in:
variablevince
2025-10-26 11:52:02 +01:00
parent 01fa9317b7
commit 6759daae2a
+1 -1
View File
@@ -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;
}