mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 19:23:29 +00:00
strengthen dogpile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user