mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 08:16:16 -05:00
This makes gen 7 the default mod, updates the tests to match, and fixes the corresponding build error. Note that this only changes the default Tools mod, the default Formats mod is now gen6. gen7 must be specified by name in a format, for that format to be a gen 7 format.
6 lines
53 B
JavaScript
6 lines
53 B
JavaScript
'use strict';
|
|
|
|
exports.BattleScripts = {
|
|
gen: 6,
|
|
};
|