We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a579c6e commit 16c18f3Copy full SHA for 16c18f3
src/core/execution/NukeExecution.ts
@@ -84,7 +84,7 @@ export class NukeExecution implements Execution {
84
85
/**
86
* Break alliances based on all tiles in range.
87
- * Tiles are weighted based on their chance (1/odds) of being destroyed.
+ * Tiles are weighted roughly based on their chance of being destroyed.
88
*/
89
private maybeBreakAlliances(inRange: Map<TileRef, number>) {
90
if (this.nuke === null) {
0 commit comments