mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 14:08:15 -05:00
Temporarily increase VGC timer duration
This commit is contained in:
parent
4dc62498f9
commit
76cb64edb7
|
|
@ -301,7 +301,7 @@ exports.Formats = [
|
|||
validate: [4, 6],
|
||||
battle: 4,
|
||||
},
|
||||
timer: {starting: 5 * 60 - 10, perTurn: 10, maxPerTurn: 55, maxFirstTurn: 90, timeoutAutoChoose: true},
|
||||
timer: {starting: 6 * 60 + 30 - 10, perTurn: 10, maxPerTurn: 55, maxFirstTurn: 90, timeoutAutoChoose: true},
|
||||
ruleset: ['Pokemon', 'Standard GBU'],
|
||||
banlist: ['Unown'],
|
||||
requirePlus: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user