This commit is contained in:
variablevince
2025-10-26 00:16:32 +02:00
parent e90cfc3fb9
commit 6fe192d0af
+1 -1
View File
@@ -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);
}