pokemon-showdown/mods/gen6/scripts.js
Guangcong Luo b734d2f1c3 Make gen 7 the default mod
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.
2016-11-17 12:27:46 -06:00

6 lines
53 B
JavaScript

'use strict';
exports.BattleScripts = {
gen: 6,
};