mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Battle Factory: PU is now playable
This commit is contained in:
parent
bc26b3c0d6
commit
ef4963e030
File diff suppressed because one or more lines are too long
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user