Skip to content

Commit

Permalink
Almost Any Ability: Ban Comatose
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Dec 15, 2016
1 parent bc3413a commit d6d8e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ exports.Formats = [
'Power Construct', 'Shadow Tag', 'Gengarite', 'Kangaskhanite', 'Lucarionite', 'Salamencite',
],
onValidateSet: function (set) {
let bannedAbilities = {'Arena Trap': 1, 'Contrary': 1, 'Fur Coat': 1, 'Huge Power': 1, 'Imposter': 1, 'Parental Bond': 1, 'Pure Power': 1, 'Simple':1, 'Water Bubble': 1, 'Wonder Guard': 1};
let bannedAbilities = {'Arena Trap': 1, 'Comatose': 1, 'Contrary': 1, 'Fur Coat': 1, 'Huge Power': 1, 'Imposter': 1, 'Parental Bond': 1, 'Pure Power': 1, 'Simple':1, 'Water Bubble': 1, 'Wonder Guard': 1};
if (set.ability in bannedAbilities) {
let template = this.getTemplate(set.species || set.name);
let legalAbility = false;
Expand Down

0 comments on commit d6d8e99

Please sign in to comment.