From 8bdc090fc87e9ae9424010c51c6e20b265b09a53 Mon Sep 17 00:00:00 2001 From: Joimer Date: Sun, 1 Sep 2013 11:54:41 +0200 Subject: [PATCH] =?UTF-8?q?New=20Seasonal:=20Don't=20let=20team=20maker=20?= =?UTF-8?q?repeat=20Pok=C3=A9mon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/data/scripts.js b/data/scripts.js index 8c28b77894..36b08e089d 100644 --- a/data/scripts.js +++ b/data/scripts.js @@ -1595,6 +1595,7 @@ exports.BattleScripts = { if (fashion.indexOf(set.item) === -1) set.item = fashion[0]; team.push(set); mons++; + randoms[this.data.Pokedex[p].num] = false; } } // Just in case the randoms generated the same number... highly unlikely