Skip to content

Commit

Permalink
Require 3 games for shields
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Jun 27, 2024
1 parent 3c18bca commit a7ce81d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/tournament/src/main/Schedule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,11 @@ object Schedule {
case (Hourly | Daily | Eastern, SuperBlitz | Blitz) => 0
case (Hourly | Daily | Eastern, HyperRapid | Rapid) => 0

case (Weekly | Weekend | Monthly | Shield, HyperBullet | Bullet) => 1
case (Weekly | Weekend | Monthly | Shield, SuperBlitz | Blitz) => 1
case (Weekly | Weekend | Monthly | Shield, HyperRapid | Rapid) => 1
case (Weekly | Weekend | Monthly, HyperBullet | Bullet) => 1
case (Weekly | Weekend | Monthly, SuperBlitz | Blitz) => 1
case (Weekly | Weekend | Monthly, HyperRapid | Rapid) => 1

case (Shield, _) => 3

case _ => 0
}
Expand Down

0 comments on commit a7ce81d

Please sign in to comment.