Skip to content

Commit

Permalink
GSC Doubles: Ban Bright Powder, Quick Claw, and King's Rock (smogon#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshiblaze authored Dec 7, 2024
1 parent e1ec7c4 commit a8865ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,12 @@ export const Formats: import('../sim/dex-formats').FormatList = [
mod: 'gen2doubles',
gameType: 'doubles',
ruleset: ['Standard Doubles', 'Swagger Clause'],
banlist: ['Uber'],
banlist: ['Uber', 'Bright Powder', 'King\'s Rock', 'Quick Claw'],
onBegin() {
this.add('-message', `Welcome to GSC Doubles!`);
this.add('-message', `This is a Generation 2 Pet Mod that brings the Doubles game mode introduced in Generation 3 back in time to GSC.`);
this.add('-message', `You can find our metagame resources here:`);
this.add('-message', `https://www.smogon.com/forums/threads/3660004/post-9132049`);
this.add('-message', `https://www.smogon.com/forums/threads/3755811/`);
},
},

Expand Down

0 comments on commit a8865ee

Please sign in to comment.