Battle Factory: PU is now playable

This commit is contained in:
Ivo Julca 2015-11-06 01:00:43 -05:00
parent bc26b3c0d6
commit ef4963e030
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3360,7 +3360,7 @@ exports.BattleScripts = {
if (!depth) depth = 0;
var forceResult = (depth >= 4);
var availableTiers = ['Uber', 'OU', 'UU', 'RU', 'NU'];
var availableTiers = ['Uber', 'OU', 'UU', 'RU', 'NU', 'PU'];
var chosenTier;
var currentSeed = this.seed.slice();