mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 11:39:15 +00:00
Outpost tuning
double mg bonus and half eg bonus. STC: LLR: 2.95 (-2.94,2.94) [-1.50,4.50] Total: 18142 W: 3094 L: 2948 D: 12100 LTC: LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 83561 W: 11706 L: 11329 D: 60526 bench 7831429
This commit is contained in:
parent
7f68fc611c
commit
4758fd31b1
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ namespace {
|
|||
bonus += bonus / 2;
|
||||
}
|
||||
|
||||
return make_score(bonus, bonus);
|
||||
return make_score(bonus * 2, bonus / 2);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue