mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-14 20:25:36 -05:00
Ban DW abilities for all gen 5 pokemon except 2.
This commit is contained in:
6
tools.js
6
tools.js
@@ -411,13 +411,17 @@ function BattleTools()
|
||||
unreleasedDW = {
|
||||
Serperior: 1, Chandelure: 1, Ditto: 1,
|
||||
Breloom: 1, Zapdos: 1, Feraligatr: 1, Gothitelle: 1,
|
||||
'Ho-Oh': 1, Lugia: 1, Raikou: 1
|
||||
'Ho-Oh': 1, Lugia: 1, Raikou: 1, Cinccino: 1
|
||||
};
|
||||
|
||||
if (unreleasedDW[set.species] && banlistTable['Unreleased'])
|
||||
{
|
||||
problems.push(set.name+" ("+set.species+")'s Dream World ability is unreleased.");
|
||||
}
|
||||
else if (template.num >= 494 && set.species !== 'Darmanitan' && set.species !== 'Munna')
|
||||
{
|
||||
problems.push(set.name+" ("+set.species+")'s Dream World ability is unreleased.");
|
||||
}
|
||||
}
|
||||
}
|
||||
var limit1 = 0;
|
||||
|
||||
Reference in New Issue
Block a user