Skip to content

Commit

Permalink
feat: add season 5 round 1 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Sep 11, 2024
1 parent 63829be commit 6a0a942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/requirements.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const BLOCK_LIMIT = 4000 // 4000
export const MINIMUM_TIME = 30 // seconds
export const MINIMUM_TIME = 20 // seconds
export const MAXIMUM_TIME = 75 // seconds
export const MINIMUM_CHECKPOINTS = 2
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
Expand All @@ -18,6 +18,6 @@ export const CHANGER_GATE_MODES_REQUIRED = new Set([
//'Invert Steering',
//'Invert Arms Up Braking',
//'Offroad Wheels',
'Paraglider',
//'Paraglider',
//'Soap Wheels'
])

0 comments on commit 6a0a942

Please sign in to comment.