bugfix: bots were not losing troops in attack. rebalanced difficulties.

This commit is contained in:
Evan
2025-02-13 11:50:15 -08:00
parent 0b9ab34b63
commit 64d13a46bd
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export class AttackExecution implements Execution {
private startTroops: number | null = null,
private _ownerID: PlayerID,
private _targetID: PlayerID | null,
private sourceTile: TileRef | null,
private sourceTile: TileRef | null = null,
private removeTroops: boolean = true,
) {}