From be5cb1c676b22a4d468be2888cb978e5c8eaeed4 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 17 Jan 2016 05:53:00 -0500 Subject: [PATCH] Teambuilder: Add PU as a filterable tier --- githooks/build-indexes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githooks/build-indexes b/githooks/build-indexes index ac80d5b2b..a5fcee46f 100755 --- a/githooks/build-indexes +++ b/githooks/build-indexes @@ -45,7 +45,7 @@ function requireNoCache(pathSpec) { index = index.concat(Object.keys(Tools.data.TypeChart).map(x => toId(x) + ' type')); index = index.concat(['physical', 'special', 'status'].map(x => toId(x) + ' category')); index = index.concat(['monster', 'water1', 'bug', 'flying', 'field', 'fairy', 'grass', 'humanlike', 'water3', 'mineral', 'amorphous', 'water2', 'ditto', 'dragon', 'undiscovered'].map(x => toId(x) + ' egggroup')); - index = index.concat(['ou', 'uu', 'ru', 'nu', 'lc', 'nfe', 'uber', 'bl', 'bl2', 'bl3', 'bl4', 'cap'].map(x => toId(x) + ' tier')); + index = index.concat(['ou', 'uu', 'ru', 'nu', 'pu', 'lc', 'nfe', 'uber', 'bl', 'bl2', 'bl3', 'bl4', 'cap'].map(x => toId(x) + ' tier')); // generate aliases function generateAlias(id, name, type) {