Skip to content

Commit 89a8ada

Browse files
committed
Fix comment
1 parent fbce2f3 commit 89a8ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/execution/nation/NationAllianceBehavior.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export class NationAllianceBehavior {
342342
const { difficulty } = this.game.config().gameConfig();
343343
const otherPlayerMaxTroops = this.game.config().maxTroops(otherPlayer);
344344

345-
// Betray weaklings
345+
// Betray very weak players (For example MIRVed ones)
346346
if (
347347
difficulty !== Difficulty.Easy &&
348348
difficulty !== Difficulty.Medium &&

0 commit comments

Comments
 (0)