strengthen dogpile

This commit is contained in:
1brucben
2025-05-06 00:12:08 +02:00
parent f676a6e0f7
commit 23b13971c6
+1 -1
View File
@@ -925,7 +925,7 @@ export class FakeHumanExecution implements Execution {
// Dominant player condition
if (top.numTilesOwned() > second.numTilesOwned() * 2) {
if (this.dogpileTarget !== top) {
if (this.random.chance(25)) {
if (this.random.chance(20)) {
this.dogpileTarget = top;
}
}