tweak classical and variants rating regulation

horizontal^2
Thibault Duplessis 2015-10-19 01:06:56 +02:00
parent b354266b6c
commit 3955995155
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ object Regulator {
private def regulationDivider(perfType: PerfType): Int = perfType match {
case PerfType.Bullet => 70
case PerfType.Blitz => 50
case _ => 40
case _ => 35
}
}